var imgleft="fj/gg.gif";
var urlleft="../guanggao1.htm";
var imgright="fj/ba.gif";
var urlright="ba/ba.htm";
document.ns = navigator.appName == "Netscape"
function ichatload()
{
if (navigator.appName == "Netscape")
{document.ichat.pageY=pageYOffset+window.innerHeight-300;
document.ichat.pageX=1;
ichatmove();
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-300;
ichat.style.right=1;
ichatmove();
}
}
function ichatmove()
{
if(document.ns)
{
document.ichat.top=pageYOffset+window.innerHeight-300
document.ichat.right=1;
document.ichat2.top=pageYOffset+window.innerHeight-300
document.ichat2.right=1;
setTimeout("ichatmove();",5)
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-130;<!--  右面图 靠上下的距离 //-->
ichat.style.right=20; <!--  右面图 靠右面的距离 //-->
setTimeout("ichatmove();",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)



if (navigator.appName == "Netscape")
{document.write("<layer id=ichat top=100 width=97 height=81><a href='"+urlright+"' target='_blank'><img border=0 name=chan src='"+imgright+"'width=97 height=81></a></layer>");
ichatload()}
else
{
document.write("<div id=ichat style='position: absolute;width:64;top:100;visibility: visible;z-index: 1'><a href='"+urlright+"' target='_blank'><img border=0 name=chan src='"+imgright+"'width=97 height=81></a></div>");
ichatload()
}
var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=130:imgheight=130 <!--  左面图 上下的距离 //-->
function myload()
{
if (navigator.appName == "Netscape")
{document.myleft.pageY=pageYOffset+window.innerHeight-imgheight;
document.myleft.pageX=100
leftmove();
}
else
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myleft.style.left=30;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
 document.myleft.top=pageYOffset+window.innerHeight-imgheight
 document.myleft.left=30;
 setTimeout("leftmove();",5)
 }
 else
 {
 myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 myleft.style.left=20;         <!--  左面图 靠左面的距离 //-->
 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)

if (navigator.appName == "Netscape")
{
document.write("<layer id=myleft top=100 width=100 height=100><a href='"+urlleft+"' target='_blank'><img border=0 name=chan src='"+imgleft+"'width=80 height=80></a></layer>");
myload()}
else
{
document.write("<div id=myleft style='position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1'><a href='"+urlleft+"' target='_blank'><img border=0 name=chan src='"+imgleft+"'width=100 height=100></a></div>");
myload()
}