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 LoadFlash1(pics,links,texts)
{
var focus_width=253;
var focus_height=184;
var text_height=0;
var swf_height = focus_height+text_height;
document.write('<embed src="http://www.cqywy.com/inc/pixviewer.swf" 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" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="wmode" value="transparent"></embed>'); 
}