<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('/js/sk.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }


function WriteQqStr()
{
	document.write('<DIV id=backi style="left: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 150px">');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="110"><img src="/kf/img/qq_01.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="/kf/img/qq_02.gif">');
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td height="5" border="0" colspan="2"></td>');
document.write('  </tr>');


document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="http://wpa.qq.com/pa?p=1:1286778233:4"  border="0" alt="QQ" />');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="http://wpa.qq.com/msgrd?V=1&Uin=1286778233&Site=太阳能配件&Menu=yes" target="_blank">业务咨询①</a>');
    document.write('    </td>');
document.write('  </tr>');


document.write('  <tr>');
    document.write('    <td width="23" height="27" valign="middle" align="right">');
    document.write('<img src="http://wpa.qq.com/pa?p=1:884347559:4"  border="0" alt="QQ" />');
    document.write('    </td>');
    document.write('    <td height="27" valign="middle" align="left">');
    document.write('&nbsp;<a href="http://wpa.qq.com/msgrd?V=1&Uin=884347559&Site=太阳能配件&Menu=yes" target="_blank">业务咨询②</a>');
    document.write('    </td>');
document.write('  </tr>');




document.write('</table>');
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('<td width="110"><img src="/kf/img/qq_04.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.all.qqtab.style.display==\'none\'){document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="/kf/img/gbi.gif" border="0"></td>');
document.write('    </tr>');
document.write('</table>');

	document.write('</DIV>');
}

function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){ 
diffY=document.documentElement.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); }
//-->
