


function ShowLayer()
{
document.all.FlatLayer.style.display="block";
}
function CloseLayer()
{
document.all.FlatLayer.style.display="none";
}
ShowLayer();
setTimeout("CloseLayer()",10000);//这里是广告显示的时间
