function closefloatleft()
{
searchspe2.style.visibility='hidden';
}
function closefloatright()
{
searchspe.style.visibility='hidden';
}
function openright()
{
window.open('http://www.sohu.com','');
}
function openleft()
{
window.open('http://www.163.com','');
}
var specialcode="<DIV id=searchspe style='Z-INDEX: 100; right: -8px; WIDTH: 114px; POSITION: absolute; TOP: 10px;'><A href='articlelist.aspx?id=72' target='_blank'><IMG style='CURSOR: hand'  height='215' src='images/rightd.jpg' width='100' border='0'></a>&nbsp;&nbsp;<A href='Zfxxgkml.aspx?id=29' target='_blank'><IMG style='CURSOR: hand' height='130' src='images/luntan.gif' width='100' border='0'></a>&nbsp;&nbsp;<A href='articlelist.aspx?id=98' target='_blank'><IMG style='CURSOR: hand'  height='220' src='images/csjz1.jpg' width='100' border='0'></a></DIV>";
document.write(specialcode);
lastScrollX=0;
function heartBeat0()
{
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollX);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.searchspe.style.pixelTop+=percent;
lastScrollX=lastScrollX+percent;
}
window.setInterval("heartBeat0()",1);
var specialcode2="<DIV id=searchspe2 style='Z-INDEX: 100; left: 6px; WIDTH: 114px; POSITION: absolute; TOP: 10px;'><A href='http://222.169.228.210:83' target='_blank'><IMG style='CURSOR: hand'  height='215' src='images/lnyz.jpg' width='100' border='0'></a>&nbsp;&nbsp;<A href='admin/zxft.aspx' target='_blank'><IMG style='CURSOR: hand'  height='130' src='images/zwgk.gif' width='100' border='0'></a>&nbsp;&nbsp;<A href='catalogList.aspx?id=89' target='_blank'><IMG style='CURSOR: hand'  height='220' src='images/lncszh.jpg' width='100' border='0'></a></DIV>";
document.write(specialcode2);
lastScrollY=0;
function heartBeat1()
{
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.searchspe2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat1()",1);