<!--
	function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'width=465,height=545,toolbar=yes,scrollbars=1,location=0,statusbar=yes,menubar=yes,resizable=yes,left=280,top=50');");
	}
//-->