var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=300
 function rtopload()
{
if (navigator.appName == "Netscape")
{document.topright.pageY=pageYOffset+window.innerHeight-imgheight-200;
document.topright.pageX=+window.innerWidth-120;
rtopmove();
}
else
{
topright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-200;
topright.style.left=document.body.offsetWidth-100;
rtopmove();
}
}
 function rtopmove()
 {
 if(document.ns)
 {
 document.topright.top=pageYOffset+window.innerHeight-imgheight-180;
 document.topright.left=pageXOffset+window.innerWidth-100;
 setTimeout("rtopmove();",100)
 }
 else
 {
 topright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-180;
 topright.style.left=document.body.scrollLeft+document.body.offsetWidth-120;
 setTimeout("rtopmove();",100)
 }
 }

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=topright top=200 width=100 height=100>"+righttopurl+"</layer>");
rtopload()}
else
{
document.write("<div id=topright style='position: absolute;width:80;top:100;left:578;visibility: visible;z-index: 1'>"+righttopurl+"</div>");
rtopload()
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


