function popUp(URL) {
	day = new Date();
	idr = day.getTime();
	eval("page" + idr + " = window.open(URL, '" + idr + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,width=410,height=350');");
}