function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=yes,location=no,statusbar=yes,menubar=no,resizable=yes,width=900,height=800,left = 711,top = 476');");
}
