function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i"+ ""+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ "" PFW.document.open(); PFW.document.write(frameString) PFW.document.close() } else { PFW=window.open(urlPop,"popFrameless","scrollbars,"+s) PFW.blur() window.focus() PFW.resizeTo(windowW,windowH) PFW.moveTo(windowX,windowY) } PFW.focus() if (autoclose){ window.onunload = function(){PFW.close()} } movePFW(); } function movePFW(){ if (document.all){ if (windowYnow>=windowYstop){ PFW.moveTo(windowX,windowYnow); PFW.focus(); windowYnow=windowYnow-windowStep; timer=setTimeout("movePFW()",moveSpeed); }else{ clearTimeout(timer); PFW.moveTo(windowX,windowYstop); PFW.focus(); } }else{ PFW.moveTo(windowX,windowYstop); } } // -->