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 LoadFlash_flv(video)
{
var focus_width=250;
var focus_height=175;
document.write('<embed src="flash/Flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=' + video + '&LogoText=www.cqsc.org&IsAutoPlay=1" wmode="transparent" quality="high" menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+ focus_width +'" height="'+ focus_height +'"></embed>');
}
function LoadFlash1(pics,links,texts)
{
var focus_width=250;
var focus_height=187;
var text_height=20;
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>'); 
}
function LoadFlash2(pics,links,texts)
{
var focus_width=672;
var focus_height=90;
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>'); 
}