document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
window.screen.width>800 ? imgright=5:imgright=5
function myrightload()
{
if (navigator.appName == "Netscape")
{document.myright.pageY=pageYOffset+window.innerHeight-imgheight;
document.myright.pageX=imgright;
myrightmove();
}
else
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.right=imgright;
myrightmove();
}
}
function myrightmove()
{
if(document.ns)
{
document.myright.top=pageYOffset+window.innerHeight-imgheight
document.myright.right=imgright;
setTimeout("myrightmove();",10)
}
else
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.right=imgright;
setTimeout("myrightmove();",10)
}
}

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=64 height=80><table width='100' height='60' border='0' cellpadding='0' cellspacing='1' bgcolor='#999999'><tr><td align='center' bgcolor='#CCFF99'><input type='text' id='searchstr' name='searchstr' class='textbox' size='10'><br><input name='button' type='button' class='sbttn' onclick='javascript:findIt();' value='Ò³ÄÚ²éÕÒ'></td></tr></table></layer>");
myrightload()}
else
{
document.write("<div id=myright style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><table width='100' height='60' border='0' cellpadding='0' cellspacing='1' bgcolor='#999999'><tr><td align='center' bgcolor='#CCFF99'><input type='text' id='searchstr' name='searchstr' class='textbox' size='10'><br><input name='button' type='button' class='sbttn' onclick='javascript:findIt();' value='Ò³ÄÚ²éÕÒ'></td></tr></table></div>")
myrightload()
}
