function popUp(L) {
day = new Date();
id = day.getTime();
eval("Page" + id + " = window.open(L,'" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=920,height=600,left = 20,top = 0');");
}
