//???? ????????
function swf(src,w,h ,d1,d2){
	html = '';
	html += '<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="'+w+'" height="'+h+'">';
	html += '	<param name="movie" value="'+src+'"?pageNum='+d1+'&sub='+d2+'"><param name="quality" value="high">';
	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="menu" value="false">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"><\/embed>';
	html += '<\/object>';
	document.write(html);
}			
//??????
function swf2(src,w,h){
	html = '';
	html += '<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="'+w+'" height="'+h+'">';
	html += '	<param name="movie" value="'+src+'"><param name="quality" value="high">';
	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="menu" value="false">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"><\/embed>';
	html += '<\/object>';
	document.write(html);
}			
//swf2("??",873,140);
function swf3(img,w,h){
	html = '';
	html += '<applet code="Panorama.class" width="'+w+'" height="'+h+'">';
	html += '<param name="picture" value="'+img+'">';
	html += '<param name="delay"   value="30">';
	html += '<param name="x_add"   value="-1">';
	html += '<param name="bounce" value="false">';
	html += '</applet>';
	document.write(html);
}			

//swf2("??",873,140);
function swf4(src,w){
	html = '';
	html += '<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="'+w+'">';
	html += '	<param name="movie" value="'+src+'"><param name="quality" value="high">';
	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="menu" value="false">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'"><\/embed>';
	html += '<\/object>';
	document.write(html);
}			
 
//media player
function move_player(src,width){
	html = '<OBJECT id="i_movie" name="i_movie" classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 width='+width+'>';
	html += '<PARAM NAME="AudioStream" VALUE="-1">';
	html += '<PARAM NAME="AutoSize" VALUE="0">';
	html += '<PARAM NAME="AutoStart" VALUE="-1">';
	html += '<PARAM NAME="AnimationAtStart" VALUE="-1">';
	html += '<PARAM NAME="AllowScan" VALUE="-1">';
	html += '<PARAM NAME="AllowChangeDisplaySize" VALUE="-1">';
	html += '<PARAM NAME="AutoRewind" VALUE="-1">';
	html += '<PARAM NAME="Balance" VALUE="0">';
	html += '<PARAM NAME="BaseURL" VALUE="">';
	html += '<PARAM NAME="BufferingTime" VALUE="5">';
	html += '<PARAM NAME="CaptioningID" VALUE="">';
	html += '<PARAM NAME="ClickToPlay" VALUE="-1">';
	html += '<PARAM NAME="CursorType" VALUE="0">';
	html += '<PARAM NAME="CurrentPosition" VALUE="-1">';
	html += '<PARAM NAME="CurrentMarker" VALUE="0">';
	html += '<PARAM NAME="DefaultFrame" VALUE="">';
	html += '<PARAM NAME="DisplayBackColor" VALUE="0">';
	html += '<PARAM NAME="DisplayForeColor" VALUE="16777215">';
	html += '<PARAM NAME="DisplayMode" VALUE="0">';
	html += '<PARAM NAME="DisplaySize" VALUE="0">';
	html += '<PARAM NAME="Enabled" VALUE="-1">';
	html += '<PARAM NAME="EnableContextMenu" VALUE="-1">';
	html += '<PARAM NAME="EnablePositionControls" VALUE="-1">';
	html += '<PARAM NAME="EnableFullScreenControls" VALUE="0">';
	html += '<PARAM NAME="EnableTracker" VALUE="-1">';
	html += '<PARAM NAME="Filename" VALUE="'+src+'">';
	html += '<PARAM NAME="InvokeURLs" VALUE="-1">';
	html += '<PARAM NAME="Language" VALUE="-1">';
	html += '<PARAM NAME="Mute" VALUE="0">';
	html += '<PARAM NAME="PlayCount" VALUE="1">';
	html += '<PARAM NAME="PreviewMode" VALUE="0">';
	html += '<PARAM NAME="Rate" VALUE="1">';
	html += '<PARAM NAME="SAMILang" VALUE="">';
	html += '<PARAM NAME="SAMIStyle" VALUE="">';
	html += '<PARAM NAME="SAMIFileName" VALUE="">';
	html += '<PARAM NAME="SelectionStart" VALUE="1">';	//-1
	html += '<PARAM NAME="SelectionEnd" VALUE="1">';	//-1
	html += '<PARAM NAME="SendOpenStateChangeEvents" VALUE="-1">';
	html += '<PARAM NAME="SendWarningEvents" VALUE="-1">';
	html += '<PARAM NAME="SendErrorEvents" VALUE="-1">';
	html += '<PARAM NAME="SendKeyboardEvents" VALUE="0">';
	html += '<PARAM NAME="SendMouseClickEvents" VALUE="0">';
	html += '<PARAM NAME="SendMouseMoveEvents" VALUE="0">';
	html += '<PARAM NAME="SendPlayStateChangeEvents" VALUE="1">';	//-1
	html += '<PARAM NAME="ShowCaptioning" VALUE="0">';
	html += '<PARAM NAME="ShowControls" VALUE="-1">';
	html += '<PARAM NAME="ShowAudioControls" VALUE="-1">';
	html += '<PARAM NAME="ShowDisplay" VALUE="0">';
	html += '<PARAM NAME="ShowGotoBar" VALUE="0">';
	html += '<PARAM NAME="ShowPositionControls" VALUE="-1">';
	html += '<PARAM NAME="ShowStatusBar" VALUE="0">';
	html += '<PARAM NAME="ShowTracker" VALUE="-1">';
	html += '<PARAM NAME="TransparentAtStart" VALUE="0">';
	html += '<PARAM NAME="VideoBorderWidth" VALUE="0">';
	html += '<PARAM NAME="VideoBorderColor" VALUE="0">';
	html += '<PARAM NAME="VideoBorder3D" VALUE="0">';
	html += '<PARAM NAME="Volume" VALUE="0">';
	html += '<PARAM NAME="WindowlessVideo" VALUE="0">';
	html += '<embed src="'+src+'" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" width="'+width+'" audiostream="-1" autosize="false" autostart="true" animationatstart="true" allowscan="true" allowchangedisplaysize="true" autorewind="true" balance="0" bufferingtime="5" clicktoplay="true" cursortype="0" currentposition="-1" currentmarker="0" displaybackcolor="0" displayforecolor="16777215" displaymode="0" displaysize="0" enabled="true" enablecontextmenu="true" enablepositioncontrols="true" enablefullscreencontrols="false" enabletracker="true" invokeurls="true" language="-1" mute="false" playcount="1" previewmode="false" rate="1" selectionstart="-1" selectionend="-1" sendopenstatechangeevents="true" sendwarningevents="true" senderrorevents="true" sendkeyboardevents="false" sendmouseclickevents="false" sendmousemoveevents="false" sendplaystatechangeevents="true" showcaptioning="false" showcontrols="true" showaudiocontrols="true" showdisplay="false" showgotobar="false" showpositioncontrols="true" showstatusbar="false" showtracker="true" transparentatstart="false" videoborderwidth="0" videobordercolor="0" videoborder3d="false" volume="0" windowlessvideo="false"></embed>';
	html += '</OBJECT>';
	document.write(html);
}









