			function popUp(URL) {
			day = new Date();
			id = day.getTime();
			eval("page" + id + " = window.open(URL, 'Cookies','toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=500, height=400, left = 10, top = 10');");
			}
