var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=315:imgheight=315
 function myload()
{
if (navigator.appName == "Netscape")
{document.ctw.pageY=pageYOffset+window.innerHeight-imgheight-100;
document.ctw.pageX=+window.innerWidth-100;
document.ctw1.pageY=pageYOffset+window.innerHeight-imgheight-100;
document.ctw1.pageX=+window.innerWidth-100;
mymove();
}
else
{
ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
ctw.style.left=document.body.offsetWidth-100;
ctw1.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
ctw1.style.right=document.body.offsetWidth-120;
mymove();
}
}

 function mymove()
 {
 if(document.ns)
 {
 document.ctw.top=pageYOffset+window.innerHeight-imgheight-100;
 document.ctw.left=pageXOffset+window.innerWidth-120;
 document.ctw.top=pageYOffset+window.innerHeight-imgheight-100;
 document.ctw.right=pageXOffset+window.innerWidth-120;

 setTimeout("mymove();",50)
 }
 else
 {
 ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
 ctw.style.left=document.body.offsetWidth-120/*document.body.scrollLeft+*/;
 ctw1.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
 ctw1.style.right=document.body.offsetWidth-120/*document.body.scrollLeft+*/;
 setTimeout("mymove();",50)
 }
 }

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("<layer id=ctw top=50 width=106 height=350><EMBED src='' quality=high WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=dl></EMBED></layer>"+"<layer id=ctw1 top=50 width=106 height=350><EMBED src='' quality=high WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=dl1></EMBED></layer>");
myload()}
else
{
document.write("<div id=ctw style='position: absolute;width:100;top:0;left:560;visibility: visible;z-index: 1'><EMBED src='ok.swf' quality=high WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=dl></EMBED></div>"+"<div id=ctw1 style='position: absolute;top:0;visibility: visible;z-index: 1'></div>");
myload()
}

