function Secretary_showHr(){
obj=document.all["Secretary_layerHr"];
	if(parseInt(obj.offsetLeft)<0){
		obj.style.left="0px";
		document.all["imgarrow"].src="ico/arrow2.gif";
	}
}
function Secretary_hideHr(){
obj=document.all["Secretary_layerHr"];
	if(parseInt(obj.offsetLeft)>-150){
		obj.style.left="-150px";
		document.all["imgarrow"].src="ico/arrow.gif";
	}
}
function writehrfloat(){
var str='<div id="Secretary_layerHr" style="position:absolute; left:20px;top:265px; width:150px; height:114px; z-index:3"> '+
    '<table width="150" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD392">'+
          '<tr>'+
            '<td width="25" height="27" align="center" background="images/nav_1.gif">'+'<img src="images/I140.gif" width="16" height="16" />'+'</td>'+
            '<td colspan="2" align="left" background="images/nav_1.gif">'+'<span style="font-size:14px; color:#ffffff;font-weight:bold;">'+'主办</span>'+'</td>'+
          '</tr>'+
          '<tr>'+
            '<td height="30" align="left">'+'&nbsp;</td>'+
            '<td width="109" height="30" align="left">'+'<a href="http://www.soxu.cn" target="_blank"><span <span style="font-size:14px; color:ff0000; font-weight:bold;">'+'·搜巡鞋网</span></a>'+'</td>'+
            '<td width="16" height="30" align="center">'+'<span class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</span>'+'</td>'+
          '</tr>'+
		 '<tr>'+
            '<td align="left">'+'&nbsp;</td>'+
            '<td width="109" align="left">'+'<a href="http://wap.soxu.cn" target="_blank"><span style="font-size:12px; color:#000000;">'+'·搜巡鞋网手机站</span></a>'+'</td>'+
            '<td width="16" align="center">'+'<span class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</span>'+'</td>'+
          '</tr>'+ 
          '<tr>'+
            '<td height="27" align="center" background="images/nav_1.gif">'+'<img src="images/I149.gif" width="16" height="16" />'+'</td>'+
            '<td height="27" colspan="2" align="left" background="images/nav_1.gif">'+'<span style="font-size:14px; color:#ffffff;font-weight:bold;">'+'联办</span>'+'</td>'+
          '</tr>'+
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.hjlw.com/home2.asp" target="_blank"><span style="font-size:12px; color:#000000;">'+'·厚街劳务市场</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+			  
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.chinahdshoes.com/" target="_blank"><span style="font-size:12px; color:#000000;">'+'·惠东鞋业网</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+		  
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.020job.com/" target="_blank"><span style="font-size:12px; color:#000000;">'+'·广州人才网</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+		  
		    '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.job20.com" target="_blank"><span style="font-size:12px; color:#000000;">'+'·天府人才网</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+		  
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.0577rc.com" target="_blank"><span style="font-size:12px; color:#000000;">'+'·温州人才网</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+		  
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.qzrc.com" target="_blank"><span style="font-size:12px; color:#000000;">'+'·泉州人才网</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+
          '<tr>'+
            '<td height="22" valign="middle">'+'&nbsp;</td>'+
            '<td height="22" align="left" valign="middle" class="bb">'+'<a href="http://www.15hr.com" target="_blank"><span style="font-size:12px; color:#000000;">'+'·台州一网人才</span></a>'+'</td>'+
            '<td height="22" align="center" valign="middle" class="bb">'+'<img src="images/20050129171556647.gif" width="6" height="10" />'+'</td>'+
          '</tr>'+		  
         '<tr>'+
            '<td height="22" colspan="3" valign="middle">'+'&nbsp;</td>'+
          '</tr>'+
        '</table>'+
'</div>';
document.write(str);
Secretary_showHr();
}
writehrfloat();
self.onError=null;
lastScrollX = 0;
lastScrollY = 0;
NS = (document.layers) ? 1 : 0;IE = (document.all) ? 1: 0;
function moveObj() { 
if(IE) { diffY = document.body.scrollTop;  } 
if(NS) { diffY = self.pageYOffset; }
if(diffY != lastScrollY) {
	percent = .1 * (diffY - lastScrollY); 
	if(percent > 0) 
	{
		if(lastScrollY>=740)
		{
	        percent=0;
	    }else
	    {
	        percent = Math.ceil(percent);
	    }
	}
	else 
	{
		percent = Math.floor(percent); 
	}

	if(IE) {
	document.all.Secretary_layerHr.style.pixelTop += percent;
	}
	if(NS){
	document.Secretary_layerHr.top += percent;     
	}
	lastScrollY = lastScrollY + percent;
	}

}
if(NS || IE) action = window.setInterval("moveObj()",1);
