function phpads_deliverActiveX(content) { document.write(content); } function resize() { if (saveInnerWidth != window.innerWidth || saveInnerHeight != window.innerHeight) this.location.reload(); } function jumpTo(url){ if (((navigator.appName.indexOf("Microsoft") != -1) && (parseInt(navigator.appVersion) > 3.02)) || location.replace) top.location.replace(url); else top.location.href = url; } function changeImage() { if (document.images) { for (var i=0; i < changeImage.arguments.length; i+=2) { document[changeImage.arguments[i]].src = eval(changeImage.arguments[i+1] + ".src"); } } } function disableReturnKey(keypressed) { var key; if (document.all) key=window.event.keyCode; else key=keypressed.which; if (key==13) { if (document.all) window.event.returnValue = false; else return false; } } if (document.layers) { document.onkeypress = disableReturnKey; document.captureEvents(Event.KEYPRESS); } if( window.parent.frames.length == 0){ window.onresize = resize; } window.saveInnerWidth = window.innerWidth; window.saveInnerHeight = window.innerHeight; if( top != self ) { jumpTo(self.location.href); } function popup(mylink, windowname, width, height) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width='+width+',height='+height+',scrollbars=yes,resizable=yes'); return false; } function popup(mylink, windowname, params) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, params); return false; }