function LoadFlash2(pics,links,texts)
{
var focus_width=800;
var focus_height=150;
var text_height=0;
var swf_height = focus_height+text_height;
document.write('<embed src="http://www.football9527.com/flash/flash_white.swf" wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#DADADA" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'); 
}