function MoviePlay1 (wmvURL,wmvWIDTH,wmvHEIGHT) {
  try {
document.write('<OBJECT id=MediaPlayer1 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 align=middle width="' +wmvWIDTH+ '" height="' +wmvHEIGHT+ '">');
document.write('<PARAM NAME="AudioStream" VALUE="-1">');
document.write('<PARAM NAME="AutoSize" VALUE="false">');
document.write('<PARAM NAME="AutoStart" VALUE="true">');
document.write('<PARAM NAME="AnimationAtStart" VALUE="true">');
document.write('<PARAM NAME="AllowScan" VALUE="true">');
document.write('<PARAM NAME="AllowChangeDisplaySize" VALUE="true">');
document.write('<PARAM NAME="AutoRewind" VALUE="true">');
document.write('<PARAM NAME="Balance" VALUE="0">');
document.write('<PARAM NAME="BufferingTime" VALUE="5">');
document.write('<PARAM NAME="ClickToPlay" VALUE="true">');
document.write('<PARAM NAME="CursorType" VALUE="0">');
document.write('<PARAM NAME="CurrentPosition" VALUE="-1">');
document.write('<PARAM NAME="CurrentMarker" VALUE="0">');
document.write('<PARAM NAME="DisplayBackColor" VALUE="0">');
document.write('<PARAM NAME="DisplayForeColor" VALUE="16777215">');
document.write('<PARAM NAME="DisplayMode" VALUE="0">');
document.write('<PARAM NAME="Enabled" VALUE="false">');
document.write('<PARAM NAME="EnableContextMenu" VALUE="false">');
document.write('<PARAM NAME="EnablePositionControls" VALUE="false">');
document.write('<PARAM NAME="EnableFullScreenControls" VALUE="false">');
document.write('<PARAM NAME="EnableTracker" VALUE="false">');
document.write('<PARAM NAME="InvokeURLs" VALUE="true">');
document.write('<PARAM NAME="Language" VALUE="-1">');
document.write('<PARAM NAME="Mute" VALUE="false">');
document.write('<PARAM NAME="PlayCount" VALUE="5">');
document.write('<PARAM NAME="PreviewMode" VALUE="false">');
document.write('<PARAM NAME="Rate" VALUE="1">');
document.write('<PARAM NAME="SelectionStart" VALUE="-1">');
document.write('<PARAM NAME="SelectionEnd" VALUE="-1">');
document.write('<PARAM NAME="SendOpenStateChangeEvents" VALUE="true">');
document.write('<PARAM NAME="SendWarningEvents" VALUE="true">');
document.write('<PARAM NAME="SendErrorEvents" VALUE="true">');
document.write('<PARAM NAME="SendKeyboardEvents" VALUE="false">');
document.write('<PARAM NAME="SendMouseClickEvents" VALUE="false">');
document.write('<PARAM NAME="SendMouseMoveEvents" VALUE="false">');
document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="true">');
document.write('<PARAM NAME="ShowCaptioning" VALUE="false">');
document.write('<PARAM NAME="ShowControls" VALUE="false">');
document.write('<PARAM NAME="ShowAudioControls" VALUE="false">');
document.write('<PARAM NAME="ShowDisplay" VALUE="false">');
document.write('<PARAM NAME="ShowGotoBar" VALUE="false">');
document.write('<PARAM NAME="ShowPositionControls" VALUE="false">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="false">');
document.write('<PARAM NAME="ShowTracker" VALUE="false">');
document.write('<PARAM NAME="TransparentAtStart" VALUE="false">');
document.write('<PARAM NAME="VideoBorderWidth" VALUE="0">');
document.write('<PARAM NAME="VideoBorderColor" VALUE="0">');
document.write('<PARAM NAME="VideoBorder3D" VALUE="false">');
document.write('<PARAM NAME="Volume" VALUE="-1200">');
document.write('<PARAM NAME="WindowlessVideo" VALUE="false">');
document.write('<PARAM NAME="Filename" VALUE="' + wmvURL+ '">');
document.write('</OBJECT>');
  } catch(E){}
}

function MoviePlay2 (wmvID,wmvURL,wmvWIDTH,wmvHEIGHT) {
  try {
document.write('<OBJECT id="' +wmvID+ '" classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 align=middle width="' +wmvWIDTH+ '" height="' +wmvHEIGHT+ '">');
document.write('<PARAM NAME="loop" VALUE="true">');
document.write('<PARAM NAME="AudioStream" VALUE="-1">');
document.write('<PARAM NAME="AutoSize" VALUE="false">');
document.write('<PARAM NAME="AutoStart" VALUE="true">');
document.write('<PARAM NAME="AnimationAtStart" VALUE="true">');
document.write('<PARAM NAME="AllowScan" VALUE="true">');
document.write('<PARAM NAME="AllowChangeDisplaySize" VALUE="true">');
document.write('<PARAM NAME="AutoRewind" VALUE="true">');
document.write('<PARAM NAME="Balance" VALUE="0">');
document.write('<PARAM NAME="BufferingTime" VALUE="5">');
document.write('<PARAM NAME="ClickToPlay" VALUE="true">');
document.write('<PARAM NAME="CursorType" VALUE="0">');
document.write('<PARAM NAME="CurrentPosition" VALUE="-1">');
document.write('<PARAM NAME="CurrentMarker" VALUE="0">');
document.write('<PARAM NAME="DisplayBackColor" VALUE="0">');
document.write('<PARAM NAME="DisplayForeColor" VALUE="16777215">');
document.write('<PARAM NAME="DisplayMode" VALUE="0">');
document.write('<PARAM NAME="Enabled" VALUE="false">');
document.write('<PARAM NAME="EnableContextMenu" VALUE="false">');
document.write('<PARAM NAME="EnablePositionControls" VALUE="false">');
document.write('<PARAM NAME="EnableFullScreenControls" VALUE="false">');
document.write('<PARAM NAME="EnableTracker" VALUE="false">');
document.write('<PARAM NAME="InvokeURLs" VALUE="true">');
document.write('<PARAM NAME="Language" VALUE="-1">');
document.write('<PARAM NAME="Mute" VALUE="false">');
document.write('<PARAM NAME="PlayCount" VALUE="500">');
document.write('<PARAM NAME="PreviewMode" VALUE="false">');
document.write('<PARAM NAME="Rate" VALUE="1">');
document.write('<PARAM NAME="SelectionStart" VALUE="-1">');
document.write('<PARAM NAME="SelectionEnd" VALUE="-1">');
document.write('<PARAM NAME="SendOpenStateChangeEvents" VALUE="true">');
document.write('<PARAM NAME="SendWarningEvents" VALUE="true">');
document.write('<PARAM NAME="SendErrorEvents" VALUE="true">');
document.write('<PARAM NAME="SendKeyboardEvents" VALUE="false">');
document.write('<PARAM NAME="SendMouseClickEvents" VALUE="false">');
document.write('<PARAM NAME="SendMouseMoveEvents" VALUE="false">');
document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="true">');
document.write('<PARAM NAME="ShowCaptioning" VALUE="false">');
document.write('<PARAM NAME="ShowControls" VALUE="false">');
document.write('<PARAM NAME="ShowAudioControls" VALUE="false">');
document.write('<PARAM NAME="ShowDisplay" VALUE="false">');
document.write('<PARAM NAME="ShowGotoBar" VALUE="false">');
document.write('<PARAM NAME="ShowPositionControls" VALUE="false">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="false">');
document.write('<PARAM NAME="ShowTracker" VALUE="false">');
document.write('<PARAM NAME="TransparentAtStart" VALUE="false">');
document.write('<PARAM NAME="VideoBorderWidth" VALUE="0">');
document.write('<PARAM NAME="VideoBorderColor" VALUE="0">');
document.write('<PARAM NAME="VideoBorder3D" VALUE="false">');
document.write('<PARAM NAME="Volume" VALUE="-1200">');
document.write('<PARAM NAME="WindowlessVideo" VALUE="false">');
document.write('<PARAM NAME="Filename" VALUE="' +wmvURL+ '">');
document.write('</OBJECT>');
  } catch(E){}
}