<!--
var mypath='/html',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('Script/ol.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }


function WriteQqStr()
{
	document.write('<DIV id=backi style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 130px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="关闭本浮动条"><IMG src="'+mypath+'/images/01.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=825059114&Site=销售1&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售1" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=757412044&Site=销售2&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售2" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=976065441&Site=销售3&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售3" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=857953650&Site=销售4&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售4" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=935016614&Site=销售5&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售5" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=1062856489&Site=销售6&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="销售6" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin=825059114&Site=售后服务&Menu=no" target=_blank><IMG src="'+mypath+'/images/02.gif" alt="售后服务" border=0></A></td></tr>');
	document.write('<tr><td><A href="'+mypath+'/ProductList.asp"><IMG src="'+mypath+'/images/06.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="'+mypath+'/MessageWrite.asp"><IMG src="'+mypath+'/images/05.gif" border=0></A></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}

function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.backi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 

if (!document.layers) {WriteQqStr();window.setInterval("heartBeat()",1); }
//-->