function openCenterWin(url,theWidth,theHeight){ var theTop=(screen.height/2)-(theHeight/2); var theLeft=(screen.width/2)-(theWidth/2); var features= 'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",scrollbars=no"; theWin=window.open(url,'',features); } 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