//l:ÆÄÀÏ, w:width, h:height, v:verson
function view_flash(l,v,w,h){
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+v+'" width="'+w+'" height="'+h+'">');
	document.write ('<param name="movie" value="'+l+'">');
	document.write ('<param name="quality" value="high">');
	document.write ('<PARAM NAME="wmode" VALUE="transparent">');	
	document.write ('<embed src="'+l+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>');
}


function view_movie(l,w,h){
	document.write('<OBJECT ID="mplayer" CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" WIDTH="'+w+'px" HEIGHT="'+h+'px" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" STANDBY="Loading Microsoft Windows Media Player components..." STYLE="WIDTH: 320px; HEIGHT: 220px; LEFT: 0px; TOP: 0px;background:#000000" TYPE="application/x-oleobject"  VIEWASTEXT>');
	document.write('<PARAM NAME="uimode" VALUE="none">');
	document.write('<PARAM NAME="Displaysize" VALUE="4">');
	document.write('<PARAM NAME="animationatstart" VALUE="0">');
	document.write('<PARAM NAME="autostart" VALUE="true">');
	document.write('<PARAM NAME="AutoSize" VALUE="true">');
	document.write('<PARAM NAME="EnableContextMenu" VALUE="false">');
	document.write('<PARAM NAME="playCount" VALUE="10">');
	document.write('<PARAM NAME="ShowStatusBar" VALUE="false">');
	document.write('<PARAM NAME="ShowControls" VALUE="false">');
	document.write('<PARAM NAME="ClickToPlay" VALUE="false">');
	document.write('<PARAM NAME="TransparentAtStart" VALUE="true">');
	document.write('<PARAM name="BufferingTime" VALUE="5">');
	document.write('<PARAM NAME="Volume" VALUE="100">');
	document.write('<PARAM NAME="SendMouseClickEvents" VALUE=True>');
	document.write('<PARAM NAME="FileName" VALUE="'+l+'">');
	document.write('</object>');
}
