function popUp(URL,poptoolbar,popscrollbars,poplocation,popstatus,popmenubar,popresizable,popwidth,popheight) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=" + poptoolbar + ",scrollbars=" + popscrollbars + ",location=" + poplocation + ",statusbar=" + popstatus + ",menubar=" + popmenubar + ",resizable=" + popresizable + ",width=" + popwidth + ",height=" + popheight + "');");
}