function InsertMovie()
{
document.write("<OBJECT ID='Video' width='210' height='130' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' type='application/x-oleobject' VIEWASTEXT>"); 
document.write("<PARAM NAME='FileName' VALUE='rhinov2.wmv'>");
document.write("<PARAM NAME='ShowControls' VALUE='True'>");
document.write("<PARAM NAME='ShowStatusBar' VALUE='False'>");
document.write("<PARAM NAME='TransparentAtStart' Value='True'>");
document.write("<PARAM NAME='AutoStart' Value='False'>");
document.write("<PARAM NAME='AnimationatStart' Value='True'>");
document.write("<PARAM NAME='autoSize' Value='False'>");
document.write("<PARAM NAME='displaySize' Value='False'>");
document.write("<PARAM NAME='EnableFullScreenControls' VALUE='True'> ");
document.write("<PARAM NAME='enableContextMenu' Value='True'>");
document.write("<PARAM NAME='uiMode' Value='invisible'>");
document.write("<EMBED type='application/x-mplayer2'"); 
document.write("pluginspage = 'http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'");
document.write("SRC='rhinov2.wmv'");
document.write("Name='MediaPlayer1'");
document.write("Width='210'");
document.write("Height='130'");
document.write("autoStart=1");
document.write("transparentAtStart=1");
document.write("animationAtStart=1");
document.write("autoSize=0");
document.write("ShowStatusBar=0");
document.write("fullScreen=1");
document.write("ShowControls=1");
document.write("displaySize=0");
document.write("enableContextMenu=0");
document.write("uiMode='invisible'");
document.write("align='center'>");
document.write("</EMBED>");
document.write("</OBJECT>");
}

function InsertMovie1()
{
document.write("<OBJECT ID='Video' width='210' height='130' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' type='application/x-oleobject' VIEWASTEXT>"); 
document.write("<PARAM NAME='FileName' VALUE='rhinov3.wmv'>");
document.write("<PARAM NAME='ShowControls' VALUE='True'>");
document.write("<PARAM NAME='ShowStatusBar' VALUE='False'>");
document.write("<PARAM NAME='TransparentAtStart' Value='True'>");
document.write("<PARAM NAME='AutoStart' Value='False'>");
document.write("<PARAM NAME='AnimationatStart' Value='True'>");
document.write("<PARAM NAME='autoSize' Value='False'>");
document.write("<PARAM NAME='displaySize' Value='False'>");
document.write("<PARAM NAME='EnableFullScreenControls' VALUE='True'> ");
document.write("<PARAM NAME='enableContextMenu' Value='True'>");
document.write("<PARAM NAME='uiMode' Value='invisible'>");
document.write("<EMBED type='application/x-mplayer2'"); 
document.write("pluginspage = 'http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'");
document.write("SRC='rhinov3.wmv'");
document.write("Name='MediaPlayer1'");
document.write("Width='210'");
document.write("Height='130'");
document.write("autoStart=1");
document.write("transparentAtStart=1");
document.write("animationAtStart=1");
document.write("autoSize=0");
document.write("ShowStatusBar=0");
document.write("fullScreen=1");
document.write("ShowControls=1");
document.write("displaySize=0");
document.write("enableContextMenu=0");
document.write("uiMode='invisible'");
document.write("align='center'>");
document.write("</EMBED>");
document.write("</OBJECT>");
}

