

document.writeln('<div style=\" width:1003px; height:auto; margin:auto;\">')


document.writeln('<div id=\"ads\" style=\"width:1003px;height:599px;background:url(http:\/\/www.sdfdc.com\/index090728\/js_090728\/img\/fzbg.jpg) no-repeat top;margin:0 auto; font-size:0px; line-height:0px;\">')
document.writeln('<div id=\"adso\" style=\"width:1003px;height:434px;margin:0 auto; font-size:0px; line-height:0px; padding-top:110px;\">')
document.writeln('<embed src=\"http:\/\/www.sdfdc.com\/index090728\/js_090728\/bant.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"1003\" height=\"217\"><\/embed>')
document.writeln('<embed src=\"http:\/\/www.sdfdc.com\/index090728\/js_090728\/bant2.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"1003\" height=\"217\"><\/embed>')

document.writeln('<\/div>')
document.writeln('<\/div>')
document.writeln('<span style=\"background-image:url(http:\/\/www.sdfdc.com\/index090728\/js_090728\/img\/kxgf.jpg); background-position:top center; background-repeat:no-repeat; width:1003px; height:40px; float:left; margin:auto; cursor:pointer;\" onclick=\"showAds2()\">')
document.writeln('<\/span>')
document.writeln('<\/div>')

function xiaob()
{
document.getElementById("ads").innerHTML="<div id=\"ads\" style=\"width:1003px;height:599px;background:url(http:\/\/www.sdfdc.com\/index090728\/js_090728\/img\/fzbg.jpg) no-repeat top;margin:0 auto; font-size:0px; line-height:0px;\"><div id=\"adso\" style=\"width:1003px;height:434px;margin:0 auto; font-size:0px; line-height:0px; padding-top:110px;\"><embed src=\"http:\/\/www.sdfdc.com\/index090728\/js_090728\/bant.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"1003\" height=\"217\"><\/embed><embed src=\"http:\/\/www.sdfdc.com\/index090728\/js_090728\/bant2.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"1003\" height=\"217\"><\/embed><\/div><\/div>";	
}

var time = 1;
var h = 600;
function addCount()
{
if(time>0)
{
time--;
h = h+5;
}
else
{
return;
}
if(h>600) //高度
{
return;
}
document.getElementById("ads").style.display = "";
document.getElementById("ads").style.height = h+"px";
setTimeout("addCount()",1); 
}
window.onload = function showAds()
{
addCount();
setTimeout("noneAds()",6000); //停留时间自己调了
}
function showAds2()
{
xiaob();
time = 1;
h = 590;
addCount();
T = 600;
N = 600;
setTimeout("noneAds()",6000); //停留时间自己调了
}
var T = 600;
var N = 600; //高度
function noneAds()
{
if(T>0)
{
T--;
N = N-51;
}
else
{
return;
}
if(N<600)
{
document.getElementById("ads").style.display = "none";
return;
}

document.getElementById("ads").style.height = N+"px";
setTimeout("noneAds()",1); 
}


