function popUp(URL,width, height) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no, scrollbars=no, location=no, statusbar=no, menubar=no, resizeable=no, left=250, top=200, width="+width+",height="+height+" ');");

}


