function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=0,screenY=0,top=0,left=0') } function popupWindow2(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=0,screenY=0,top=0,left=0') } function popupArt(url) { window.open(url,'popupArt','scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=0,screenY=0,top=0,left=0') } function winOpen (theURL, winName, scrollbars, resizable, width, height) { winFeatures = 'left=' + (screen.availWidth-10-width)/2 + ',top=' + (screen.availHeight-30-height)/2 + ',scrollbars=' + scrollbars + ',resizable=' + resizable + ',width=' + width + ',height=' + height + ',toolbar=0,location=0,status=1,menubar=0' window.open(theURL, winName, winFeatures); } function msgRefresh () { msgRefresh120 (); msgRefresh468 (); } function msgRefresh120 () { window.frames['frame120'].location = "/getbanner.asp?banner=120"; window.setTimeout('msgRefresh120()',880000); } function msgRefresh468 () { window.frames['frame468'].location = "/getbanner.asp"; window.setTimeout('msgRefresh468()',660000); }