﻿
// JavaScript Document
var body_width = 738;
var QQtop = 400;
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('<br /><a target=blank href=tencent://message/?uin='+qqid+'&Site='+site+'&Menu=yes><img border="0" SRC=images/qq1.jpg alt="'+alt+'"></a>');
}