var imgheight5
var imgleft5
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight5=530:imgheight5=100
window.screen.width>800 ? imgleft5=20:imgleft5=-45
function lian1load()
{
if (navigator.appName == "Netscape")
{document.lian1.pageY=pageYOffset+window.innerHeight-imgheight5;
document.lian1.pageX=imgleft5;
lian1move();
}
else
{
lian1.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight5;
lian1.style.left=imgleft5;
lian1move();
}
}
function lian1move()
 {
 if(document.ns)
 {
 document.lian1.top=pageYOffset+window.innerHeight-imgheight5
 document.lian1.left=imgleft5;
 setTimeout("lian1move();",50)
 }
 else
 {
 lian1.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight5;
 lian1.style.left=imgleft5;
 setTimeout("lian1move();",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 (window.screen.width>800 )
{
if (navigator.appName == "Netscape")
{document.write("<layer id=lian1 top=300 width=64 height=80><a href='#'  border=0 target=_blank><img src=images/lian1.gif border=0></a></layer>");
lian1load()}
else
{
document.write("<div id=lian1 style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><a href='#'  target=_blank><img src='images/lian1.gif' border='0'></a></div>");
lian1load()
}
}
else
{
if (navigator.appName == "Netscape")
{document.write("<layer id=lian1 top=300 width=64 height=80><a href='#'  border=0 target=_blank><img src=images/lian1.gif border=0></a></layer>");
lian1load()}
else
{
document.write("<div id=lian1 style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><a href='#'  target=_blank><img src='images/lian1.gif' border='0'></a></div>");
lian1load()
}
}