var JSSkinHeader='<div class="veryeastTop show"><a href="http://www.veryeast.cn" target="_blank"><img src="http://static.veryeast.cn/image/job/Templet/skin_company/090423/logo.jpg" /></a>		<div class="minNav"><a href="http://www.veryeast.cn">首页</a>   |   <a href="http://my.veryeast.cn/searchjob.asp">找工作</a>   |   <a href="http://vip.veryeast.cn/vip/" >企业服务</a>   |   <a href="http://job.veryeast.cn/hr/hht/">猎头</a>   |   <a href="http://campus.veryeast.cn/">校园招聘</a>   |   <a href=# onmouseover="popdiv()">地区招聘</a></div>		<div class="clr"></div>	</div>	<div class="bar1208" id = "HeadAreaPopDv" onmouseover="popdiv()" onmouseout="cleanDiv()">		<ul>			<li><a href="http://bj.veryeast.cn/" onclick="cleanDiv()" target="_blank">北京</a></li>			<li><a href="http://sh.veryeast.cn/" onclick="cleanDiv()" target="_blank">上海</a></li>			<li><a href="http://zj.veryeast.cn/" onclick="cleanDiv()" target="_blank">浙江</a></li>			<li><a href="http://gd.veryeast.cn/" onclick="cleanDiv()" target="_blank">广东</a></li>			<li><a href="http://sd.veryeast.cn/" onclick="cleanDiv()" target="_blank">山东</a></li>			<li><a href="http://ln.veryeast.cn/" onclick="cleanDiv()" target="_blank">辽宁</a></li>			<li><a href="http://hn.veryeast.cn/" onclick="cleanDiv()" target="_blank">海南</a></li>			<li><a href="http://hun.veryeast.cn/" onclick="cleanDiv()" target="_blank">湖南</a></li>			<li><a href="http://hb.veryeast.cn/" onclick="cleanDiv()" target="_blank">湖北</a></li>			<li><a href="http://heb.veryeast.cn/" onclick="cleanDiv()" target="_blank">河北</a></li>			<li><a href="http://fj.veryeast.cn/" onclick="cleanDiv()" target="_blank">福建</a></li>			<li><a href="http://js.veryeast.cn/" onclick="cleanDiv()" target="_blank">江苏</a></li>			<li><a href="http://sc.veryeast.cn/" onclick="cleanDiv()" target="_blank">川渝</a></li>			<li><a href="http://qg.veryeast.cn/" onclick="cleanDiv()" target="_blank">全国</a></li>		</ul><div class="clr"></div></div>';
var JSSkinFooter='<a href="http://corp.veryeast.cn/">关于我们</a>   |   <a  href="http://corp.veryeast.cn/corp/linkus/" >联系我们</a>   |   <a   href="http://www.veryeast.cn/link/">友情链接</a>   |   <a  href="http://corp.veryeast.cn/corp/ads/">广告服务</a>   |   <a href="http://corp.veryeast.cn/corp/jmlc/">会员加盟</a>   |   <a  href="http://corp.veryeast.cn/corp/question/">常见问题</a>   |   <a href="http://www.veryeast.cn/GuestBook">咨询留言</a> 			<p>Copyright &copy;2003 - 2009 VeryEast.CN All Rights Reserved </p>'


var aflag=true;
function popdiv()
{
    if(aflag)
    {
	if(window.screen.width >1024 ){
		document.getElementById("HeadAreaPopDv").className =  "bar1208_2";
	}else if (window.screen.width <1025){
		document.getElementById("HeadAreaPopDv").className =  "bar1208";
	}
	document.getElementById("HeadAreaPopDv").style.display = "block";
    aflag=false;
    }
    
}
function cleanDiv()
{
    //清除节点
	document.getElementById("HeadAreaPopDv").style.display = "none";
    aflag=true;
    
}


var bflag=false;
function DrawImage(ImgD){
	var image=new Image();
	image.src=ImgD.src;
	if(image.width>0 && image.height>0){
		bflag=true;
			if(image.width>200  ){ 
				if (ImgD.width>=ImgD.height)
				{
					ImgD.width=200;
					ImgD.height=(image.height*200)/image.width;
					
				}else if (ImgD.width < ImgD.height)
				{
					ImgD.height=200;
					ImgD.width=(image.width*200)/image.height;
				}
				
			}
			
	}
} 
function chkdiv(divid){var chkid=document.getElementById(divid);if(chkid != null){return true; }else {return false; }}

document.onselectstart=a;
function a()
{
	return false;
}

function ShowMap( city , address , mapNid ) {window.open( '/ShowMap.asp?nid=' + mapNid, 'ShowMap' , 'width=630,height=480,top=50, left=100,resizable=yes' );}