var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=450:imgheight=300
 function myload()
{
if (navigator.appName == "Netscape")
{document.myright.pageY=pageYOffset+window.innerHeight-imgheight;
document.myright.pageX=+window.innerWidth-400;
mymove();
}
else
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.left=document.body.offsetWidth-300;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.myright.top=pageYOffset+window.innerHeight-imgheight;
 document.myright.left=pageXOffset+window.innerWidth-400;
 setTimeout("mymove();",50)
 }
 else
 {
 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 myright.style.left=document.body.scrollLeft+document.body.offsetWidth-135;
 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=myright top=300 width=114 height=170><img src=\"images/xinban.gif\" width=\"114\" height=\"170\" border=\"0\" usemap=\"#Map\"><map name=\"Map\"><area shape=\"rect\" coords=\"98,0,113,14\" href=\"#\" onClick=\"jscript:myright.style.display='none';\"><area shape=\"rect\" coords=\"0,31,113,164\" href=\"http://www.fjta.com/\" target=\"_blank\"></map></layer>");
myload()}
else
{
document.write("<div id=myright style='position: absolute;width:114;top:0;left:200;visibility: visible;z-index: 1'><img src=\"images/xinban.gif\" width=\"114\" height=\"170\" border=\"0\" usemap=\"#Map\"><map name=\"Map\"><area shape=\"rect\" coords=\"98,0,113,14\" href=\"#\" onClick=\"jscript:myright.style.display='none';\"><area shape=\"rect\" coords=\"0,31,113,164\" href=\"http://www.fjta.com\" target=\"_blank\"></map></div>");
myload()
}