var imgTop;
var imgLeft;
var showLeft=0;
var showRight=1;
if(areaId==80) showLeft=1;
if(areaId==57) showRight=0;
window.screen.width > 800 ? imgTop=20 : imgTop=20;
window.screen.width > 800 ? imgLeft=window.screen.width-15-120 : imgLeft=window.screen.width-120-120;
imgLeft = GetLeftLoc();
imgLeftofLeft = 13;

function GetLeftLoc()
{
  return document.documentElement.clientWidth-95;
}

function GetWindowOffsetTop() 
{;
  if (document.body)
  { 
    return document.documentElement.scrollTop;
  }
} 

function rightAdLoad()
{
		if(showRight==1) {
          document.getElementById("adright1").style.top = GetWindowOffsetTop() + imgTop+"px";
		  document.getElementById("adright1").style.left = imgLeft+"px";
		}
		rightmove();
}

function rightmove()
{
  if(showLeft==1)
  if(document.documentElement.offsetWidth>980)
  {
    document.getElementById("adleft1").style.display = "block";
		document.getElementById("adleft1").style.top = GetWindowOffsetTop() +  imgTop+"px" ;
		document.getElementById("adleft1").style.left = imgLeftofLeft+"px";
  }
  else
  {
    document.getElementById("adleft1").style.display = "none";
  }

  if(showRight==1)
  if(document.documentElement.offsetWidth>980)
  {
    imgLeft = GetLeftLoc();
    document.getElementById("adright1").style.display = "block";
	document.getElementById("adright1").style.top = GetWindowOffsetTop() + imgTop+"px";
	document.getElementById("adright1").style.left = imgLeft+"px";
  }
  else
  {
    document.getElementById("adright1").style.display = "none";
  }

  setTimeout("rightmove();", 80);
}

function closeDiv(divname){
  document.getElementById(divname).style.visibility = "hidden";
}

if (window.screen.width > 800) //(document.body.offsetWidth>800)
{
    if(showLeft==1){
    urlLeft = "/Seek_register.php";
    imageLeft = "/images/left.gif";
    titleLeft = "餐饮世界人才网欢迎您！";
    document.write("<div id='adleft1' style='position: absolute;width:80px;top:10px;left:"+imgLeftofLeft+";z-index: 3'><a href=\'####\'><img src=/images/channel/close.gif onClick=\'javascript:closeDiv(\"adleft1\")\' border=0 vspace=3 alt=\'关闭对联广告\'></a><a href='" + urlLeft + "' title='" + titleLeft + "' target='_blank'><IMG src='" + imageLeft + "'  border='0' usemap='#MapLeftPic'></a></div><map name='MapLeftPic'><area shape='rect' coords='69,4,87,18' href='javascript:closeDiv(\"adleft1\");'><area shape='rect' coords='1,21,88,299' href='" + urlLeft + "' target='_blank'><area shape='rect' coords='0,1,72,22' href='" + urlLeft + "' target='_blank'></map>");
    }
    if(showRight==1){
    urlRight = "/Inv_register.php";
    imageRight = "/images/right.gif";
    titleRight = "餐饮世界人才网欢迎您！";
    document.write("<div id='adright1' style='position: absolute;width:80px;top:10px;left:"+imgLeft+";z-index: 1'><a href=\'####\'><img src=/images/channel/close.gif onClick=\'javascript:closeDiv(\"adright1\")\' border=0 vspace=3 alt=\'关闭对联广告\'></a><a href='"+ urlRight +"' title='" + titleRight + "' target='_blank'><IMG src='" + imageRight+ "'  border='0'  usemap='#MapSHJobs'></a></div><map name='MapSHJobs'><area shape='rect' coords='69,4,87,18' href='javascript:closeDiv(\"adright1\");'><area shape='rect' coords='1,21,88,299' href='" + urlRight + "' target='_blank'><area shape='rect' coords='0,1,72,22' href='" + urlRight + "' target='_blank'></map>");
    }

    rightAdLoad();

}
function hide()  
{   
if(showRight==1) document.getElementById(adright1).style.visibility="hidden"; 
if(showLeft==1) document.getElementById(adleft1).style.visibility="hidden";
}