var imgheight
imagewidth=125;
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=600:imgheight=400
 function myload()
{
if (navigator.appName == "Netscape")
{document.myright.pageY=pageYOffset+window.innerHeight-imgheight;
document.myright.pageX=+window.innerWidth-0;
mymove();
}
else
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.left=document.body.offsetWidth-0;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.myright.top=pageYOffset+window.innerHeight-imgheight;
 document.myright.left=pageXOffset+window.innerWidth-0;
 setTimeout("mymove();",80)
 }
 else
 {
 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 myright.style.left=document.body.scrollLeft+document.body.offsetWidth-imagewidth;
 setTimeout("mymove();",80)
 }
 }
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=myright top=0 width=80 height=88><a href='login.aspx'><img src='images/ad/right.gif'></a></layer>");
myload()}
else
{
document.write("<div id=myright style='position: absolute;width:80;top:0;left:0;visibility: visible;z-index: 1'><a href='#' onclick='return abc()'><img src='images/you.gif' border=0></a></div>");
myload()
}
function abc()
{
window.open('dj1.asp','','width=416,height=500,left=200,top=20,scrollbars=yes');
	}
