var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=550:imgheight=550
window.screen.width<=500 ? imgheight=500:imgheight=500
 function myload()
{
if (navigator.appName == "Netscape")
{document.huashuolayer3.pageY=pageYOffset+window.innerHeight-imgheight;
document.huashuolayer3.pageX=5;
mymove();
}
else
{
huashuolayer3.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
huashuolayer3.style.right=5;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.huashuolayer3.top=pageYOffset+window.innerHeight-imgheight;
 document.huashuolayer3.right=5;
 setTimeout("mymove();",5)
 }
 else
 {
 huashuolayer3.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 huashuolayer3.style.right=5;
 setTimeout("mymove();",5)
 }
 }

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)


var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
//Í¼Æ¬Î»ÖÃ¿ØÖÆ
window.screen.width>800 ? imgheight=550:imgheight=500
window.screen.width>800 ? imgleft=0:imgleft=120
function myload()
{
if (navigator.appName == "Netscape")
{document.huashuolayer2.pageY=pageYOffset+window.innerHeight-imgheight;
document.huashuolayer2.pageX=imgleft;
leftmove();
}
else
{
huashuolayer2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
huashuolayer2.style.left=imgleft;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
 document.huashuolayer2.top=pageYOffset+window.innerHeight-imgheight
 document.huashuolayer2.left=imgleft;
 setTimeout("leftmove();",5)
 }
 else
 {
 huashuolayer2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 huashuolayer2.style.left=imgleft;
 setTimeout("leftmove();",5)
 }
 }

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)

function winload()
{huashuolayer2.style.top=0;
huashuolayer2.style.left=0;
huashuolayer3.style.top=0;
huashuolayer3.style.right=0;
}
if(document.body.offsetWidth>800)
{		
  {	
document.write("<div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><EMBED src='images/left.swf' quality=high  WIDTH=100 HEIGHT=500 TYPE='application/x-shockwave-flash' id=sinadl wmode=transparent></EMBED></div>"	+"<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><EMBED src='images/right.swf' quality=high  WIDTH=100 HEIGHT=500 TYPE='application/x-shockwave-flash' id=sinadl wmode=transparent></EMBED></div>");	
  }  
  winload()
}
leftmove();
mymove();