function InsertFlash_US()
	{
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="585" height="350">\n');
	  document.write('<param name="movie" value="flash/alma_home_US.swf">\n');
	  document.write('<embed src="flash/alma_home_US.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="585" height="350">\n');
	  document.write('</embed>\n');
	  document.write('<param name=quality value=high/>\n');
	  document.write('</object>\n');
 	}
function InsertFlash_WW()
	{
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="585" height="350">\n');
	  document.write('<param name="movie" value="flash/alma_home_WW.swf">\n');
	  document.write('<embed src="flash/alma_home_WW.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="585" height="350">\n');
	  document.write('</embed>\n');
	  document.write('<param name=quality value=high/>\n');
	  document.write('</object>\n');
	}

function InsertMovie(moviePath,width,height){
	  document.write('<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" width="'+width+'" height="'+height+'">\n');
	  document.write('<param name="AutoStart" VALUE="false" >\n');
	  document.write('<param name="url" value="'+moviePath+'">\n');
	  document.write('<param name="ShowControls" value="0">\n');
	  document.write('<param name="ShowStatusBar" value="0">\n');
	  document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+moviePath+'" name="MediaPlayer1" width="'+width+'" height="'+height+'" autostart="0" showcontrols="1" ShowStatusBar="1">\n');
	  document.write('</embed>\n');
	  document.write('</object>\n');
 	}
function InsertMovieAutoStart(moviePath,width,height){
	document.write('<object type="video/x-ms-wmv" data="'+moviePath+'" width="'+width+'" height="'+height+'">\n');
	document.write('<param name="src"  value="'+moviePath+'" />\n');
	document.write('<param name="AutoStart" value="true" />\n');
	document.write('<param name="ShowControls" value="false" />\n');
	document.write('<param name="ShowStatusBar" value="true">\n');
	document.write('</object>\n');
 	}

function InsertAccentFlash(){
    document.write('<object id="signal" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,2,0" width="319" height="255">\n');
    document.write('<param name="movie" value="flash/alma_video_player.swf?movie=Accent_animation_web.flv">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed name="signal" src="flash/alma_video_player.swf?movie=Accent_animation_web.flv" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="319" height="255">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}

function InsertSopranoXLFlash(){
    document.write('<object id="signal" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,2,0" width="319" height="255">\n');
    document.write('<param name="movie" value="flash/alma_video_player.swf?movie=Soprano_animation.flv">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed name="signal" src="flash/alma_video_player.swf?movie=Soprano_animation.flv" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="319" height="255">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}
