var imgheight document.ns = navigator.appName == "Netscape" window.screen.width>800 ? imgheight=100:imgheight=100 function myload() { if (navigator.appName == "Netscape") {document.myright.pageY=pageYOffset+window.innerHeight-imgheight; document.myright.pageX=+window.innerWidth-120; mymove(); } else { //myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight; myright.style.top=100; myright.style.left=document.body.offsetWidth-140; mymove(); } } function mymove() { if(document.ns) { document.myright.top=pageYOffset+window.innerHeight-imgheight; document.myright.left=pageXOffset+window.innerWidth-120; setTimeout("mymove();",50) } else { if(window.screen.width>1024){ myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-707; } else{ myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-407; } myright.style.left=document.body.scrollLeft+document.body.offsetWidth-140; // myright.style.top=50; //window.screen.width>800 ? myright.style.left=882:myright.style.left=1000 //alert(window.screen.width); if(window.screen.width>1024){ myright.style.left=window.screen.width-143; } else{ myright.style.left=window.screen.width-143; } setTimeout("mymove();",30) } } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true) if (navigator.appName == "Netscape") {document.write(""); //document.write(""); myload()} else { document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(" 
"); myload() }