function popupWin(page, w, h, scrollable, resizable)
{
	if(scrollable == null) {
			scrollable = "yes";
	}
	if(resizable == null) {
		resizable = "no";
	}
	
	window.open(page,"","width="+w+",height="+h+",scrollbars="+scrollable+",resizable="+resizable+",menubar=no,");
}

function popupMail(page, w, h, scrollable, resizable)
{
	if(scrollable == null) {
			scrollable = "yes";
	}
	if(resizable == null) {
		resizable = "yes";
	}
	
	window.open(page,"","width="+w+",height="+h+",scrollbars="+scrollable+",resizable="+resizable+",menubar=no,status=yes,");
}

function popupMascot(page)
{
	date = new Date();
	win = date.getMilliseconds();
	window.open("mascots/"+page,win,"width=670,height=340,scrollbars=yes,resizable=no,menubar=no,status=no,");
}

function popupUpdate(page)
{
	date = new Date();
	win = date.getMilliseconds();
	window.open(page,"","width=670,height=400,scrollbars=yes,resizable=no,menubar=no,status=no,");
}

function popuphensen(page, w, h, scrollable, resizable)
{
	if(scrollable == null) {
			scrollable = "yes";
	}
	if(resizable == null) {
		resizable = "no";
	}
	
	window.open(page,"","width="+w+",height="+h+",scrollbars="+scrollable+",resizable="+resizable+",menubar=no,");
}

function popupmemorial(page, w, h, scrollable, resizable)
{
	if(scrollable == null) {
			scrollable = "yes";
	}
	if(resizable == null) {
		resizable = "no";
	}
	
	window.open(page,"","width="+w+",height="+h+",scrollbars="+scrollable+",resizable="+resizable+",menubar=no,");
}