function LoadFlash(wmode,url,width,Height)
{ 
document.write('<embed src="' + url + '" wmode=' + wmode + ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width + '" height="' + Height + '"></embed>'); 
}
function LoadFlash2(pics,links,texts)
{
var focus_width=227;
var focus_height=182;
var text_height=20;
var swf_height = focus_height+text_height;
document.write('<embed src="http://www.chenjing.net/flash/flash.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>'); 
}
function LoadFlash3(pics,links,texts)
{
var focus_width=553;
var focus_height=109;
var text_height=0;
var swf_height = focus_height+text_height;
document.write('<embed src="http://www.chenjing.net/flash/flash.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>'); 
}