/* 09-05-2011 22:33 L.23*/ function popUp(URL) {day = new Date();id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=900,height=730,left=250,top=0');"); } function popmn(URL) {day = new Date();id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=650,height=600,left=250,top=0');"); } function Reload() {window.location.reload();} function Wpop(mypage, myname, w, h, scroll, statusbar) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+', status='+statusbar+',resizable=no'; win = window.open(mypage, myname, winprops); if (parseInt(navigator.appVersion) >= 4) {win.window.focus();} } function WpopWH(mypage, myname) { var winl = (screen.width - 800) / 2; var wint = (screen.height - 700) / 2; winprops = 'height=700,width=800,top='+wint+',left='+winl+',scrollbars=yes, status=no,resizable=no'; win = window.open(mypage, myname, winprops); if (parseInt(navigator.appVersion) >= 4) {win.window.focus();} } function tpopup(mypage) { var winl = (screen.width - 450) / 2; var wint = (screen.height - 300) / 2; winprops = 'height=300,width=450,top='+wint+',left='+winl+',scrollbars=yes, status=no,resizable=no'; win = window.open(mypage, 'Twetter Share', winprops); if (parseInt(navigator.appVersion) >= 4) {win.window.focus();} }