function PopupPic(mypage, myname, w, h, top, left, scroll, resize, status, menubar, toolbar, resizable, address) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; var h1 = h; var w1 = w; top = 0; left = 0; winops = 'height='+h+',width='+w+',scrollbars='+scroll+',resize='+resize+',status='+status+',toolbar='+toolbar+',resizable='+resizable+',location='+address+'' win = window.open(mypage, myname, winops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } function popUp(URL) {day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=800,height=600,left = 212,top = 159');");}