function LoadFlash(wmode,url,width,Height)
{ 
document.write('<embed src="' + url + '" wmode=' + wmode + ' quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + Height + '"></embed>'); 
}
function LoadFlash_cp(wmode,url,width,Height)
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=scriptmain name=scriptmain codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + width + '" height="' + Height + '"><param name="movie" value="' + url + '"><param name="quality" value="high"><param name=scale value=noscale><param name="LOOP" value="false"><param name="menu" value="false"><param name="wmode" value="' + wmode + '"><embed src="' + url + '" width="' + width + '" height="' + Height + '" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="T" name="scriptmain" menu="false" wmode="' + wmode + '"></embed></object>'); 
}
function LoadFlash_indexshow(pics,links,texts)
{
var focus_width=350;
var focus_height=238;
var text_height=0;
var swf_height = focus_height+text_height;
document.write('<embed src="flash/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"></embed>'); 
}
