function initEcAd() {
document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'hidden'
document.all.AdLayer2.style.posTop = -200;
document.all.AdLayer2.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
MoveRightLayer('AdLayer2');
}
function MoveLeftLayer(layerName) {
var x = 5;
var y = 100;// 左侧广告距离页首高度
var diff = (document.documentElement.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;
var y = document.documentElement.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = parseInt(y)");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AdLayer1');", 20);
}
function MoveRightLayer(layerName) {
var x = 120;
var y = 100;// 右侧广告距离页首高度
var diff = (document.documentElement.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.documentElement.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
setTimeout("MoveRightLayer('AdLayer2');", 20);
}

function CloseQQ()
{
divStayTopleft.style.display="none";
return true; 
}
document.write("<div id=AdLayer1 style='position: absolute;visibility:hidden;z-index:1'><a href='http://www.www.bcm315.com' target='_blank'><img src=images/ad-1.gif border='0'></a></div>"
+"<div id=AdLayer2 style=\'position: absolute;visibility:hidden;z-index:2;\'><DIV id=divStayTopleft style='POSITION: absolute;background-color:#FFF;'><TABLE cellSpacing='0' cellPadding='0' width='109' border='0'><TBODY><TR><TD colSpan='3'><A onclick='CloseQQ()' href='javascript:;' shape=circle coords=91,16,12><IMG height=34 src='images/qq_top.gif' width=109 useMap=#Map border=0></A></TD></TR><TR><TD width=6 background='images/qq_life.gif'></TD><TD vAlign=top width='96' background=''>  <TABLE cellSpacing='0' cellPadding=0 width=90 align=center border=0><TBODY><TR><TD height=30><TABLE cellSpacing=0 cellPadding=0 width=90 border=0><TBODY><TR><TD><IMG height=13 src='images/qq_ico1.gif'width=16><SPAN class=font_12> <SPAN style='FONT-SIZE: 9pt'>客户服务</SPAN></SPAN></TD></TR></TBODY></TABLE></TD></TR><TR><TD><TABLE id=table47 cellPadding=2 width='100%' border=0><TBODY><TR><TD vAlign=top width=15 height=23><IMG height=16 src='images/qq_v01.gif' width=16 border=0></TD><TD vAlign=bottom><SCRIPT>document.write(\"<a target=blank href=tencent://message/?uin=75789678&Site=在线客服&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:75789678:10 alt=在线客服></a>\");</SCRIPT></TD></TR></TBODY></TABLE></TD></TR><TR><TD></TD></TR><TR><TD><TABLE id=table47 cellPadding=2 width='100%' border=0><TBODY><TR><TD vAlign=top width=15 height=23><IMG height=16 src=\"images/qq_n01.gif\" width=16 border=0></TD><TD vAlign=bottom><SCRIPT>document.write(\"<a target=blank href=tencent://message/?uin=30767812&Site=在线客服&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:30767812:10 alt=在线客服></a>\");</SCRIPT></TD></TR><TR><TD vAlign=top height=23><IMG height=16 src=\"images/qq_n01.gif\" width=16 border=0></TD><TD vAlign=bottom><SCRIPT>document.write(\"<a target=blank href=tencent://message/?uin=690005560&Site=在线客服&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:690005560:10 alt=在线客服></a>\");</SCRIPT></TD></TR><TR><TD vAlign=top height=23><IMG height=16 src=\"images/qq_v01.gif\" width=16 border=0></TD><TD vAlign=bottom><SCRIPT>document.write(\"<a target=blank href=tencent://message/?uin=660348&Site=在线客服&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:660348:10 alt=在线客服></a>\");</SCRIPT></TD></TR><TR><TD vAlign=top height=23><IMG height=16 src=\"images/qq_v01.gif\" width=16 border=0></TD><TD vAlign=bottom><SCRIPT>document.write(\"<a target=blank href=tencent://message/?uin=61116955&Site=在线客服&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:61116955:10 alt=在线客服></a>\");</SCRIPT></TD></TR><TR><TD vAlign=bottom colspan=2><SCRIPT>document.write(\"<a href=http://www.alisoft.com/portal/promotion/alitalk/tbfuchu/go123.html?id=1361123 target=blank><img border=0 src=http://www.123dial.cn/alisoft/softinfo/images/dial_bt_call.gif /></a>\");</SCRIPT></TD></TR></TBODY></TABLE></TD></TR><TR><TD></TD></TR></TBODY></TABLE></TD><TD width=7 align=\"left\" background=\"images/qq_right.gif\"></TD></TR><TR><TD colSpan=3><a href='AD.aspx' title='点击查看详情'><IMG src=\"images/qq_bottom1.gif\" style='width:109px;height:30px;border-width:0px;' /></a></TD></TR><TR><TD colSpan=3><IMG height=33 src=\"images/qq_logo.gif\" width=109></TD></TR></TBODY></TABLE></DIV></div>");
initEcAd()

// JavaScript Document
