﻿function initEcAd() {
document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
}
function MoveLeftLayer(layerName) {
var x = 0;
var y = 100;// 左侧广告距离页首高度
var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = parseInt(y)");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AdLayer1');", 20);
}
function show() {
document.all.qq_t.style.display="none";
document.all.qq_c.style.display="block";
}
function hid() {
document.all.qq_t.style.display="block";
document.all.qq_c.style.display="none";
}

document.write("<div id=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'>");
document.write("<div id='qq_t' onmouseover='show();'>");
document.write("<img src='images/qq.jpg' width='28' height='230'>");
document.write("</div>");
document.write("<div id='qq_c' style='display:none; width:130px;' onmouseout='hid();'>");
document.write("<div id='c_1' onmousemove='show()'>");
document.write("<img src='images/001_r1_c1.jpg' width='130' height='57'>");
document.write("</div>");
document.write("<div id='c_2' style='width:130px; height:213px; background-image: url(images/001_r5_c1.jpg);' class='text' onmousemove='show()'>");
document.write("<ul style='MARGIN: 0px;padding:0px 0px 0px 10px;LIST-STYLE-TYPE: none;'>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=82652469&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:82652469:17' align='absmiddle' />&nbsp;&nbsp;薛伦</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=82619645&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:82619645:17' align='absmiddle' />&nbsp;&nbsp;吴雪峰</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=82648327&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:82648327:17' align='absmiddle' />&nbsp;&nbsp;郑艳辉</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=82608194&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:82608194:17' align='absmiddle' />&nbsp;&nbsp;郭丽娜</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=8566754&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:8566754:17' align='absmiddle' />&nbsp;&nbsp;王彬</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=8671085&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:8671085:17' align='absmiddle' />&nbsp;&nbsp;售后服务</a></li>");
document.write("<li style='height:24px;'><a href='tencent://message/?uin=8317052&Site=qingw.com&Menu=yes'><img width='25' height='17' border='0' src='http://wpa.qq.com/pa?p=1:8317052:17' align='absmiddle' />&nbsp;&nbsp;技术支持</a></li>");
document.write("</ul>");
document.write("</div>");
document.write("<div id='c_3' onmousemove='show()'>");
document.write("<img src='images/001_r7_c1.jpg' width='130' height='30'>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("");
initEcAd()
