function RunWMV()
{
           document.write('<OBJECT ID="MediaPlayer" width="360" height="314" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject">');           
           document.write('<PARAM NAME="FileName" VALUE="introalg.avi">'); 
           document.write('<PARAM NAME="AnimationatStart" VALUE="true">'); 
           document.write('<PARAM NAME="TransparentatStart" VALUE="true">'); 
           document.write('<PARAM NAME="AutoStart" VALUE="true">'); 
           document.write('<PARAM NAME="ShowControls" VALUE="true">'); 
           document.write('<embed TYPE="application/x-mplayer2" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&" SRC="introalg.avi" Name="MediaPlayer" ShowControls="true" width="360" height="314">'); 
           document.write('</embed>'); 
           document.write('</OBJECT>');
}
          

