// JavaScript Document
<SCRIPT LANGUAGE="JavaScript">
		function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,top=200,left=200,width=350,height=350');");
		}
		</script>

		<SCRIPT TYPE="text/javascript">
		<!--
		function popupform(myform, windowname)
		{
		if (! window.focus)return true;
		window.open('', windowname, 'height=350,width=350,scrollbars=no');
		myform.target=windowname;
		return true;
		}

		function MM_jumpMenu(targ,selObj,restore){ //v3.0
 		 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
 		 if (restore) selObj.selectedIndex=0;
		}
		//-->
		</SCRIPT>