function flash(Str1, Str2, Str3, Str4){
	if (navigator.appName.indexOf("Microsoft") != -1)
	{
		document.write('<object width="'+Str2+'" height="'+Str3+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">'
		+'<param name="movie" value="'+Str1+'">'
		+'<param name="quality" value="high">'
		+'<param name="wmode" value="transparent">'
	//	+'<embed width="'+Str2+'" height="'+Str3+'" src="'+Str1+'" quality="high" type="application/x-shockwave-flash"></embed>'
		+'</object>');
	}else{
		document.write('<embed src="'+Str1+'" width="'+Str2+'" height="'+Str3+'" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	}
}
function mediaplayer(Str1,Str2,Str3,tg_id){
if (tg_id==""){tg_id = "MediaPlayer1";}
document.write('<OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  height="'+Str3+'" id="'+tg_id+'" width="'+Str2+'" style="background-color: #000000;" name="filmwmp" onMouseOver="this.style.cursor=\'hand\'">'
+'<PARAM NAME="FileName" VALUE="'+Str1+'">'
+'<PARAM NAME="AnimationAtStart" VALUE="1">'
+'<PARAM NAME="AutoStart" VALUE="1">'
+'<PARAM NAME="transparentAtStart" VALUE="1">'
+'<PARAM name="ClickToPlay" value="1">'
+'<PARAM NAME="ShowDisplay" VALUE="0">'
+'<PARAM NAME="ShowStatusBar" VALUE="0">'
+'<PARAM NAME="ShowControls" VALUE="0">'
+'<PARAM NAME="EnableContextMenu" VALUE="1">'
+'<PARAM NAME="EnablePositionControls" VALUE="0">'
+'<PARAM NAME="ShowPositionControls" VALUE="0">'
+'<PARAM NAME="ShowTracker" VALUE="0">'
+'<PARAM NAME="ShowGotoBar" VALUE="0">'
+'<PARAM NAME="ShowAudioControls" VALUE="0">'
+'<PARAM NAME="Volume" VALUE="0">'
+'<param name="SendMouseClickEvents" value="1">'
+'<param name="SendPlayStateChangeEvents" value="1">'
+'<param name="SendMouseMoveEvents" value="1">'
+'<param name="SendKeyboardEvents" value="1">'
+'</OBJECT>');
}
function mediaplayer2(Str1,Str2,Str3,tg_id){
if (tg_id==""){tg_id = "MediaPlayer1";}
document.write('<OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" height="'+Str3+'" id="'+tg_id+'" width="'+Str2+'" style="background-color: #000000;" name="filmwmp" onMouseOver="this.style.cursor=\'hand\'">'
+'<PARAM NAME="FileName" VALUE="'+Str1+'">'
+'<PARAM NAME="AnimationAtStart" VALUE="1">'
+'<PARAM NAME="AutoStart" VALUE="0">'
+'<PARAM NAME="transparentAtStart" VALUE="1">'
+'<PARAM name="ClickToPlay" value="1">'
+'<PARAM NAME="ShowDisplay" VALUE="0">'
+'<PARAM NAME="ShowStatusBar" VALUE="0">'
+'<PARAM NAME="ShowControls" VALUE="0">'
+'<PARAM NAME="EnableContextMenu" VALUE="1">'
+'<PARAM NAME="EnablePositionControls" VALUE="0">'
+'<PARAM NAME="ShowPositionControls" VALUE="0">'
+'<PARAM NAME="ShowTracker" VALUE="0">'
+'<PARAM NAME="ShowGotoBar" VALUE="0">'
+'<PARAM NAME="ShowAudioControls" VALUE="0">'
+'<PARAM NAME="Volume" VALUE="0">'
+'<param name="SendMouseClickEvents" value="1">'
+'<param name="SendPlayStateChangeEvents" value="1">'
+'<param name="SendMouseMoveEvents" value="1">'
+'<param name="SendKeyboardEvents" value="1">'
+'</OBJECT>');
}