function initEcAd() {
document.all.AdLayer1.style.posTop = -200;
document.all.AdLayer1.style.visibility = 'visible'
MoveLeftLayer('AdLayer1');
}
function MoveLeftLayer(layerName) {
var xx=window.screen.width;
var x = (xx-958)/2;
var y = 0;
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 = y");
eval("document.all." + layerName + ".style.posLeft = x");
setTimeout("MoveLeftLayer('AdLayer1');", 20);
}
function changediv()
{
	document.getElementById('AdLayer1').style.display = "block";
	setTimeout("hidediv()",10000)//¹ã¸æÍ£ÁôÊ±¼ä2Ãë
}
function hidediv()
{
	document.getElementById('AdLayer1').style.display="none";
	SYtag=2;
}
function showfull()
{
setTimeout("changediv()",2000); 
}
showfull()
document.write("<div id=AdLayer1 style='display: none;position: absolute;visibility:hidden;z-index:100'><EMBED src='gg/xnzf.swf' quality=high  WIDTH=958 HEIGHT=590 TYPE='application/x-shockwave-flash' id=EccoolAd></EMBED></div>");
initEcAd()
