function flash_top()
{
var Flash_Width = 530;//宽
var Flash_Height = 150;//高
var Txt_Height = 0;//文字高度,0为不显示文字
var Swf_Height = parseInt(Flash_Height + Txt_Height);
var Pics_ = '../Images/flash/2.jpg|../Images/flash/3.jpg';
var Links_ = 'BuyGold.aspx|PowerLeveling.aspx';
var Texts_ = 'www.Game4Boss.com|www.Game4Boss.com';
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ Flash_Width +'" height="'+ Swf_Height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="Flash.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
document.write('<param name="menu" value="false"><param name="wmode" value="opaque">');
document.write('<param name="FlashVars" value="pics='+Pics_+'&links='+Links_+'&texts='+Texts_+'&borderwidth='+Flash_Width+'&borderheight='+Flash_Height+'&textheight='+Txt_Height+'">');
document.write('<embed src="Flash.swf" wmode="opaque" FlashVars="pics='+Pics_+'&links='+Links_+'&texts='+Texts_+'&borderwidth='+Flash_Width+'&borderheight='+Flash_Height+'&textheight='+Txt_Height+'" menu="false" bgcolor="#FFFFFF" quality="high" width="'+ Flash_Width +'" height="'+ Swf_Height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}
