       var videoScr = "mms://deepeyelive.com/Deepeye_Clients/Globalmigration/India_Video-1.wmv";
       var explorer='\v'=='v';

function StartPlayer(){
  content = '<OBJECT CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" ID="WMP" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" TYPE="application/x-oleobject" width="320" height="240">'+
            '<PARAM NAME="Name" VALUE="WMP">'+
            '<PARAM Name = "uiMode" Value = "none">'+
            '<PARAM NAME="URL" VALUE="'+videoScr+'">'+
            '<PARAM NAME="AutoStart" Value="true">'+
            '<PARAM NAME="AnimationatStart" Value="false">'+
            '<PARAM NAME="ShowControls" Value="0">'+
            '<PARAM NAME="ShowStatusBar" Value="0">'+
            '<PARAM NAME="AutoSize" Value="true">'+
            '<PARAM NAME="AllowChangeDisplaySize" VALUE="1">'+
            '<EMBED TYPE="application/x-mplayer2" width="320" height="240" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" Name="MediaPlayer" Filename="'+videoScr+'" src="'+videoScr+'" AutoStart="1" animationAtStart="0" AllowChangeDisplaySize="1" ShowStatusBar="0" ShowControls="0" autoSize="1" align="center" id="wmp1">'+
            '</EMBED>'+
            '</OBJECT>';
  document.getElementById('videoplayer').innerHTML = content;
}
