function LoadSlider(swf_width,swf_height)
{
	var files='/Images/Soft/Soft_1.gif|/Images/Soft/Soft_2.gif';
	var links='/Soft/Datasaver.aspx|/Soft/Enterprise.aspx';
	var texts='';

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
	document.write('<param name="movie" value="/Flash/slider.swf"><param name="quality" value="high">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="scale" value="exactfit">');
	document.write('<param name="FlashVars" value="IsShowBtn=1&amp;TitleBgPosition=1&bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
	document.write('<embed src="/Flash/slider.swf" wmode="opaque" FlashVars="IsShowBtn=1&amp;TitleBgPosition=1&amp;Tween=1&bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); 
	document.write('</object>'); 
}

function LoadFocus(focus_width,focus_height)
{
	var pics='/Images/Soft/Soft_1.gif|/Images/Soft/Soft_2.gif';
	var links='/Soft/Datasaver.aspx|/Soft/Enterprise.aspx';
	var texts='';
	
	var text_height=0; 
	var swf_height = focus_height+text_height;
	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+focus_width+'" height="'+swf_height+'">');	
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="/flash/focus.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#F0F0F0">');
	document.write('<param name="menu" value="false">');
	document.write('<param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
	document.write('<embed src="/flash/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function LoadFlash(url,width,height)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="'+url+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="wmode" value="opaque" />');
	document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>');
	document.write('</object>');
}

function LoadBcastr(width,height)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="/Flash/bcastr.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="FlashVars" value="bcastr_xml_url=/XML/bcastr.xml&IsShowBtn=1">');
	document.write('<embed src="/Flash/bcastr.swf" flashvars="bcastr_xml_url=/XML/bcastr.xml&IsShowBtn=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>');
	document.write('</object>');	
}