var imgheight2
imagewidth=125;
document.ns2 = navigator.appName == "Netscape2"
window.screen.width>800 ? imgheight2=200:imgheight2=200
 function myload2()
{
if (navigator.appName == "Netscape2")
{document.myright2.pageY=pageYOffset+window.innerHeight-imgheight2;
document.myright2.pageX=+window.innerWidth-0;
mymove2();
}
else
{
myright2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
myright2.style.left=document.body.offsetWidth-0;
mymove2();
}
}
 function mymove2()
 {
 if(document.ns2)
 {
 document.myright2.top=pageYOffset+window.innerHeight-imgheight2;
 document.myright2.left=pageXOffset+window.innerWidth-0;
 setTimeout("mymove2();",80)
 }
 else
 {
 myright2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
 myright2.style.left=document.body.scrollLeft+document.body.offsetWidth-imagewidth;
 setTimeout("mymove2();",80)
 }
 }
function MM_reloadPage2(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape2")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage2; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage2(true)
if (navigator.appName == "Netscape2")
{document.write("<layer id=myright2 top=0 width=80 height=88><a href='login.aspx'><img src='images/ad/right.gif'></a></layer>");
myload2()}
else
{
document.write("<div id=myright2 style='position: absolute;width:80;top:0;left:0;visibility: visible;z-index: 1'><a href='#'onclick='return aa()'><img src='images/zuo2.gif' border=0></a></div>");
myload2()
}
function aa()
{
	window.open('dj2.asp','','width=372,height=500,top=20,left=200,scrollbars=yes');
	}
