function QQ(){
var ScreenWidth=screen.width;
var Div=document.createElement('div');
Div.id='qq_online';
Div.style.position='absolute';
if (ScreenWidth>1280){
Div.style.right='0px';
}
else{
Div.style.right='1px';
}
Div.style.top='200px';
var Html='';
Html+='';
Html+='
';
Html+='
';
Html+='
';
Html+='
';
Html+='
';
Html+='
';
Html+='
咨询热线0755 8277 1229
';
Html+='
';
Div.innerHTML=Html;
document.body.appendChild(Div);
FloatDiv('qq_online',100);
}
if (document.all){
window.attachEvent('onload',QQ)
}else{
window.addEventListener('load',QQ,false);
}function Show_Hidden(trid){
if(tr2.style.display=="block"){
tr2.style.display='none';
tr1.style.display='block';
}else{
tr2.style.display='block';
tr1.style.display='none';
}
}