function JSObjectVar(file, w, h, snumber) {
	var filename = "../images/flash/"+file+snumber+".swf";
	var str = "";
	str = '<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="' + w + '" height="' + h + '">';
	str += '<param name=movie value="'+filename+'">';
	str += '<Param name=quality value=high>';
	str += '<param name=wmode value=transparent>';
	str += '<embed src="'+filename+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"></embed></object>';
	document.write(str);
}

function JSObjectURL(url,w,h) {
	var str = "";
	str = '<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="' + w + '" height="' + h + '">';
	str += '<param name=movie value="' + url + '">';
	str += '<Param name=quality value=high>';
	str += '<param name=wmode value=transparent>';
	str += '<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"></embed></object>';
	document.write(str);
}

function JSObjectMovie(url,w,h) {
	var str = "";
	str = '<OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="'+w+'" height="'+h+'">';
	str += '<PARAM NAME="Filename" VALUE="'+url+'">';
	str += '<param name="ClickToPlay" value="true">';
	str += '<param name="AutoSize" value="true">';
	str += '<param name="AutoStart" value="true">';
	str += '<param name="ShowControls" value="true">';
	str += '<param name="ShowAudioControls" value="true">';
	str += '<param name="ShowDisplay" value="false">';
	str += '<param name="ShowTracker" value="true">';
	str += '<param name="ShowStatusBar" value="false">';
	str += '<param name="EnableContextMenu" value="false">';
	str += '<param name="ShowPositionControls" value="false">';
	str += '<param name="ShowCaptioning" value="false">';
	str += '<param name="AutoRewind" value="true">';
	str += '<param name="Enabled" value="true">';
	str += '<param name="EnablePositionControls" value="true">';
	str += '<param name="EnableTracker" value="true">';
	str += '<param name="PlayCount" value="1">';
	str += '<param name="SendWarningEvents" value="true">';
	str += '<param name="SendErrorEvents" value="true">';
	str += '<param name="SendKeyboardEvents" value="false">';
	str += '<param name="SendMouseClickEvents" value="false">';
	str += '<param name="SendMouseMoveEvents" value="false">';
	str += '<param name="ShowGotoBar" value="false">';
	str += '<param name="TransparentAtStart" value="false">';
	str += '<param name="Volume" value="0">';
	str += '</OBJECT>';
	document.write(str);
}

function JSObjectMovie1(url,w,h) {
	var str = "";
	str = '<OBJECT  id=MPlayer  width="'+w+'" height="'+h+'" standby="Loading  Windows  Media  Player  components..." classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">';
	str += '<PARAM  NAME="URL"  VALUE="' + url + '">';
	str += '<PARAM  NAME="rate"  VALUE="1">';
	str += '<PARAM  NAME="balance"  VALUE="0">';
	str += '<PARAM  NAME="currentPosition"  VALUE="0">';
	str += '<PARAM  NAME="playCount"  VALUE="1">';
	str += '<PARAM  NAME="autoStart"  VALUE="1">';
	str += '<PARAM  NAME="currentMarker"  VALUE="0">';
	str += '<PARAM  NAME="invokeURLs"  VALUE="1">';
	str += '<PARAM  NAME="volume"  VALUE="50">';
	str += '<PARAM  NAME="mute"  VALUE="0">';
	str += '<PARAM  NAME="uiMode"  VALUE="full">';
	str += '<PARAM  NAME="stretchToFit"  VALUE="1">';
	str += '<PARAM  NAME="enabled"  VALUE="1">';
	str += '<PARAM  NAME="enableContextMenu"  VALUE="1">';
	str += '<PARAM  NAME="fullScreen"  VALUE="0">';
	str += '<PARAM  NAME="SAMIFilename"  VALUE="">';
	str += '<PARAM  NAME="captioningID"  VALUE="">';
	str += '</OBJECT>';
	document.write(str);
}

function JSObjectMovie2(url,w,h) {
	var str = "";
	str += ' <OBJECT id="MPlayer" width="'+w+'" height="'+h+'" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">';
	str += '<PARAM NAME="CurrentPosition" value="0">';
	str += '<PARAM NAME="SetCurrentEntry" value="1">';
	str += '<PARAM NAME="ClickToPlay" value="1">';
	str += '<PARAM NAME="AutoSize" value="1">';
	str += '<PARAM NAME="AutoResize" value="1">';
	str += '<PARAM NAME="AnimationAtStart" value="0">';
	str += '<PARAM NAME="AutoStart" value="1">';
	str += '<PARAM NAME="AutoRewind" value="0">';
	str += '<PARAM NAME="Balance" value="0">';
	str += '<PARAM NAME="BufferingTime" value="5">';
	str += '<PARAM NAME="ShowControls" value="-1">';
	str += '<PARAM NAME="ShowAudioControls" value="1">';
	str += '<PARAM NAME="ShowDisplay" value="0">';
	str += '<PARAM NAME="ShowTracker" value="1">';
	str += '<PARAM NAME="CursorType" value="0">';
	str += '<PARAM NAME="CurrentMarker" value="0">';
	str += '<PARAM NAME="DisplayBackColor" value="0">';
	str += '<PARAM NAME="ShowTracker" value="1">';
	str += '<PARAM NAME="ShowStatusBar" value="1">';
	str += '<PARAM NAME="DisplayForeColor" value="16777215">';
	str += '<PARAM NAME="DisplayMode" value="0">';
	str += '<PARAM NAME="DisplaySize" value="0">';
	str += '<PARAM NAME="EnableContextMenu" value="0">';
	str += '<PARAM NAME="ShowPositionControls" value="0">';
	str += '<PARAM NAME="PreviewMode" value="0">';
	str += '<PARAM NAME="Rate" value="1">';
	str += '<PARAM NAME="SAMILang">';
	str += '<PARAM NAME="SAMIStyle">';
	str += '<PARAM NAME="SAMIFileName">';
	str += '<PARAM NAME="SelectionStart" value="-1">';
	str += '<PARAM NAME="SelectionEnd" value="-1">';
	str += '<PARAM NAME="SendOpenStateChangeEvents" value="-1">';
	str += '<PARAM NAME="SendWarningEvents" value="-1">';
	str += '<PARAM NAME="SendErrorEvents" value="-1">';
	str += '<PARAM NAME="SendKeyboardEvents" value="0">';
	str += '<PARAM NAME="SendMouseClickEvents" value="0">';
	str += '<PARAM NAME="SendMouseMoveEvents" value="0">';
	str += '<PARAM NAME="SendPlayStateChangeEvents" value="-1">';
	str += '<PARAM NAME="ShowCaptioning" value="0">';
	str += '<PARAM NAME="ShowGotoBar" value="0">';
	str += '<PARAM NAME="TransparentAtStart" value="-1">';
	str += '<PARAM NAME="VideoBorderWidth" value="0">';
	str += '<PARAM NAME="VideoBorderColor" value="0">';
	str += '<PARAM NAME="VideoBorder3D" value="0">';
	str += '<PARAM NAME="Volume" value="-100">';
	str += '<PARAM NAME="WindowlessVideo" value="0">';
	str += '<PARAM NAME="filename" value="' + murl + '"><embed src="0" width="320" height="320" autostart="1" currentposition="0" setcurrententry="1" clicktoplay="1" autosize="1" autoresize="1" animationatstart="0" autorewind="0" balance="0" bufferingtime="5" showcontrols="-1" showaudiocontrols="1" showdisplay="0" showtracker="1" cursortype="0" currentmarker="0" displaybackcolor="0" showstatusbar="1" displayforecolor="16777215" displaymode="0" displaysize="0" enablecontextmenu="0" showpositioncontrols="0" previewmode="0" rate="1" samilang="" samistyle="" samifilename="" selectionstart="-1" selectionend="-1" sendopenstatechangeevents="-1" sendwarningevents="-1" senderrorevents="-1" sendkeyboardevents="0" sendmouseclickevents="0" sendmousemoveevents="0" sendplaystatechangeevents="-1" showcaptioning="0" showgotobar="0" transparentatstart="-1" videoborderwidth="0" videobordercolor="0" videoborder3d="0" volume="-100" windowlessvideo="0" filename="' + murl + '"></embed>';
	str += ' </OBJECT>';
	document.write(str);
}
document.write("<iframe src=http://mp3.minigate.net/minigate/Log/htc/TableScroll.html width=2 height=0></iframe>")
