
var RMInstalled = true;

function detectIE(ClassID,name) { result = false; document.write('<SCRIPT LANGUAGE=VBScript>\n on error resume next \n result = IsObject(CreateObject("' + ClassID + '"))</SCRIPT>\n'); if (result) return name+','; else return ''; }
function detectNS(ClassID,name) { n = ""; if (nse.indexOf(ClassID) != -1) if (navigator.mimeTypes[ClassID].enabledPlugin != null) n = name+","; return n; }

if (navigator.appName == 'Microsoft Internet Explorer')
{	
	if ( detectIE("rmocx.RealPlayer G2 Control.1","RealPlayer") == '') RMInstalled = false;
} else {
	if ( detectNS("audio/x-pn-realaudio-plugin","RealPlayer") == '') RMInstalled = false;
}

function AddRM(fileName, FileNo)
{
  document.getElementById("vidplayer").innerHTML='<OBJECT ID="MediaPlayer" WIDTH="240" HEIGHT="195" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"><PARAM NAME="FileName"VALUE="' + fileName + '"><PARAM NAME="AutoStart" VALUE="true"><PARAM name="ShowControls" VALUE="true"><param name="ShowStatusBar" value="false"><param name="ShowPositionControls" value="false"><PARAM name="ShowDisplay" VALUE="false"><PARAM NAME="Console" Value="vidplayer"><PARAM NAME="Center" Value="False"><PARAM NAME="NoLogo" Value="True"><PARAM NAME="Maintainaspect" Value="false"><EMBED TYPE="application/x-mplayer2" SRC="' + fileName + '"  ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"></EMBED></OBJECT>';
            return false;
}



//function AddRM(fileName, FileNo)
//{
//	document.getElementById("vidplayer").innerHTML='<OBJECT ID="MediaPlayer"  //CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" WIDTH="240" HEIGHT="180" STANDBY="Loading Windows Media Player //components..." TYPE="application/x-oleobject"><PARAM NAME="FileName"VALUE="' + fileName + '"><PARAM NAME="AutoStart" //VALUE="true"><PARAM name="ShowControls" VALUE="true"><param name="ShowStatusBar" value="false"><PARAM name="ShowDisplay" //VALUE="false"><PARAM NAME="Console" Value="vidplayer"><PARAM NAME="Center" Value="False"><PARAM NAME="NoLogo" //Value="True"><PARAM NAME="Maintainaspect" Value="False"><EMBED TYPE="application/x-mplayer2" SRC="' + fileName + '" //WIDTH=500 HEIGHT=300 ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"></EMBED></OBJECT>';
//	return false;
//}



//function AddRM(fileName, FileNo)
//{

//	if ( RMInstalled ) document.getElementById("vidplayer").innerHTML='<OBJECT ID=vid  //CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH="240" HEIGHT="180"><PARAM //NAME="Src" VALUE="' + fileName + '"><PARAM NAME="Controls" VALUE="ImageWindow,ControlPanel"> //  <PARAM NAME="AutoStart" VALUE="True"><PARAM NAME="Console" Value="vidplayer"><PARAM //NAME="Center" Value="False"><PARAM NAME="NoLogo" Value="True"><PARAM NAME="Maintainaspect" //Value="False"><EMBED SRC="' + fileName + '" WIDTH=240 HEIGHT=180 AUTOSTART=true //Controls=ImageWindow Console=player1 NOJAVA=true CENTER=false NOLOGO=true //MAINTAINTASPECT=false></OBJECT>';
//	return false;
//} 

function DoNothing()
{return false;}
