function QQ(){ var Div=document.createElement('div'); Div.id='qq_online'; Div.style.position='fixed'; Div.style.top='230px'; var Html=''; Div.style.right='-130px'; Div.className='qq_onlines_6'; Html+='
在 线 咨 询

在线咨询

'; Html+='
'; Html+='

服务热线0755-29846381 13534036991

'; Html+='

'; Html+='业务助理'; Html+='业务助理'; Html+='客户服务'; Html+='客户服务'; Html+='

'; Html+='

'; Html+='
'; Div.innerHTML=Html; document.body.appendChild(Div); } if (document.all){ window.attachEvent('onload',QQ) }else{ window.addEventListener('load',QQ,false); }function QQ_Close(){ if($('#qq_online').css('right')=='-130px'){ $('#qq_online').animate({right:'0px'},300); } else { $('#qq_online').animate({right:'-130px'},300); } }