function popup(SET_URL,SET_X,SET_Y,SET_W,SET_H) {	day = new Date();	id = day.getTime();	eval("page" + id + " = window.open(SET_URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width="+SET_W+",height="+SET_H+",left = "+SET_X+",top = "+SET_Y+"');");}