function popUp(URL) {
day = new Date();
ad = day.getTime();
eval("page" + ad + " = window.open(URL, '" + ad + "', 'toolbar=no,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=300,height=250,left = 150,top = 0');");
}
function popUp1(URL) {
day = new Date();
ad = day.getTime();
eval("page" + ad + " = window.open(URL, '" + ad + "', 'toolbar=no,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=200,height=100,left = 250,top = 0');");
} 
