var
floatAdImg =
"images/onlineSay.jpg"
;
var
floatSideImg =
"images/onlineTel.gif"
;
function
open_online()
{
window.open('http:
}
document.writeln(
"<div id=\"floatAd\" style=\" position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 2147483647; left: 50%; margin-left: -240px !important; top: 50%; margin-top: -210px !important; background:url("
+floatAdImg+
") no-repeat; width:487px; height:350px; cursor:pointer; display:none; \">"
);
document.writeln(
"<div onclick=\"closeFAd();\" style=\" width:26px; height:26px; float:right;\"></div>"
);
document.writeln(
"<div style=\"width:487px; height:320px; float:right;\" onclick=\"open_online();\"></div>"
);
document.writeln(
"</div>"
);
document.writeln(
"<div style=\" width:141px; height:579px; position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 99999; right:0; top:6%; background:url("
+floatSideImg+
");cursor:pointer;\" onclick=\"open_online();\"></div>"
);
function
closeFAd()
{
document.getElementById('floatAd').style.display = 'none';
}
function
showFAd()
{
document.getElementById('floatAd').style.display = 'block';
}
function
showFloat()
{
document.getElementById('floatAd').style.display = 'block';
}
setTimeout(showFAd,20000);
setInterval(showFloat,30000);