var imgheight
var imgleft
document.ns = navigator.appname == "netscape"
window.screen.width>800 ? imgheight=560:imgheight=560
window.screen.width>800 ? imgleft=1:imgleft=1
function myload()
{
if (navigator.appname == "netscape")
{document.myleft.pagey=pageyoffset+window.innerheight-imgheight;
document.myleft.pagex=imgleft;
leftmove();
}
else
{
myleft.style.top=document.body.scrolltop+document.body.offsetheight-imgheight;
myleft.style.left=imgleft;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
 document.myleft.top=pageyoffset+window.innerheight-imgheight
 document.myleft.left=imgleft;
 settimeout("leftmove();",80)
 }
 else
 {
 myleft.style.top=document.body.scrolltop+document.body.offsetheight-imgheight;
 myleft.style.left=imgleft;
 settimeout("leftmove();",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=myleft top=10 width=100 height=230><embed src='flash/left.swf' quality=high  width=100 height=300 type='application/x-shockwave-flash' id=changhongout  wmode=transparent></embed></layer>");
myload()}
else
{
document.write("<div id=myleft style='position: absolute;width:130;visibility: visible;z-index: -10'><embed src='flash/left.swf'' quality=high  width=100 height=300 type='application/x-shockwave-flash' id=changhongout  wmode=transparent></embed></div>");
myload()
}


