function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,location=0,statusbar=1,menubar=0,resizable=1,scrollbars=0,width=900,height=380');");
}


function popUpExh(URL) {
day2 = new Date();
id2 = day2.getTime();
eval("page" + id2 + " = window.open(URL, '" + id2 + "', 'toolbar=0,location=0,statusbar=1,menubar=0,resizable=1,scrollbars=1,width=350,height=400');");
}
