﻿
// JavaScript Document
var body_width = 980;
var QQtop = 100;
var QQwidth = 0;
document.write('<div id="layer_qq" style="position:absolute; width:'+QQwidth+'px; height:auto; z-index:999; text-align:center; top:'+QQtop+'px; left:0px;">');
QQlink("605287785","业务咨询");
document.write('</div>');
document.getElementById('layer_qq').style.top = document.documentElement.scrollTop+QQtop+'px';
document.getElementById('layer_qq').style.left = Math.round((document.body.offsetWidth - body_width)/2) + body_width +'px' ; 
window.onscroll=resetL;
window.onresize=resetL;
function resetL(){
document.getElementById('layer_qq').style.top = document.documentElement.scrollTop+QQtop+'px';
document.getElementById('layer_qq').style.left = Math.round((document.body.offsetWidth - body_width)/2) + body_width +'px' ; 
}
function QQlink(qqid,alt)
{
style_id = "3";
site = "";
document.write('<div id="f_fun_box"></div>');

document.getElementById("f_fun_box").innerHTML = document.getElementById("addfun").innerHTML;
document.getElementById("addfun").innerHTML = "";
}

function QQlinkHid(qqid,alt)
{
	document.getElementById("f_fun_box").innerHTML = "";
}
