<!--
var xtpif="0",xtpim="0",xtpiq="0",xtpir="0",xtpip="0";
function xtHex(n) {
  str = "";
  do {
    r = n % 16;
    n = n >> 4;
    switch (r) {
      case 10: str = 'A' + str; break;
      case 11: str = 'B' + str; break;
      case 12: str = 'C' + str; break;
      case 13: str = 'D' + str; break;
      case 14: str = 'E' + str; break;
      case 15: str = 'F' + str; break;
      default: str = r + str; break;
    }
  } while (n >= 1);
  return str;
}
function xtcQTv(s) {
  intg = parseInt(s);
  if (isNaN(intg) || intg < 0) return "";
  hex = xtHex(intg);
  if (hex.length < 3) return "";
  hex = hex.substring(0, 1) + "." + hex.substring(1, 2) + "." + hex.substring(2, 3);
  return hex;
}
xn=navigator.plugins;
if (xn && xn.length) {xnok = true;}
else { xnok = false;
	document.write("<object id='xtRealObj' style='display: none' classid='clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA'></object>");
}

if(!xnok)
{
chaine = '<SC'+'RIPT LANGUAGE="VBScript">\n';
chaine += 'On error resume next\n';
chaine += 'xtpir = xtRealObj.GetVersionInfo() \n';
chaine += 'if xtpir = "" Then \n';
chaine += 'set xtpirO = CreateObject("rmocx.RealPlayer G2 Control") \n';
chaine += 'If IsObject(xtpirO) then \n';
chaine += 'xtpir = xtpirO.GetVersionInfo() \n';
chaine += 'End if \n';
chaine += 'End if \n';
chaine += 'set xtpiq0 = CreateObject("QuickTimeCheckObject.QuickTimeCheck.1") \n';
chaine += 'If IsObject(xtpiq0) then \n';
chaine += 'xtpiq = escape(xtcQTv(xtpiq0.QuickTimeVersion)) \n';
chaine += 'End if \n';
chaine += 'set xtmpo = CreateObject("WMPlayer.OCX.7") \n';
chaine += 'If IsObject(xtmpo) then \n';
chaine += 'xtpim = xtmpo.versionInfo \n';
chaine += 'End if \n';
chaine += '</script> \n';
document.write(chaine);
}

if (xnok) {
	for (var xi=0;xi<xn.length;xi++) {
		if ((xn[xi].name.indexOf('Flash Player')!=-1))
		{	xtpif = "1"; 
			if (xn[xi].description.split('Shockwave Flash ')[1].length)
			{xtpif = xn[xi].description.split('Shockwave Flash ')[1].substring(0,3);}
		}
		if ((xn[xi].name.indexOf('Shockwave Flash')!=-1)&&(xtpif==0))
		{	xtpif = "1"; 
			if (xn[xi].description.split('Shockwave Flash ')[1].length)
			{xtpif = xn[xi].description.split('Shockwave Flash ')[1].substring(0,3);}
		}
		if (xn[xi].name.indexOf('Windows Media Player')!=-1){ xtpim = "1";}
		if (xn[xi].name.indexOf('QuickTime')!=-1)
		{	if (xn[xi].name.split('QuickTime Plug-in ')[1].length)
			{	xtpiq = xn[xi].name.split('QuickTime Plug-in ')[1].substring(0,3);}
		}
		if (xn[xi].name.indexOf('RealPlayer ')!=-1)
		{	if (xn[xi].description.length)
			{	xtpir = xn[xi].description.substring(0,3);}
		}
	}
}  else if (window.ActiveXObject) {
		for (var xi=0;xi<20;xi++) {
			try {if (eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+xi+"');")) {xtpif = xi;} } catch(e) {};
		}
	}
if (window.xtparam!=null){window.xtparam+="&pif="+xtpif+"&pir="+xtpir+"&pim="+xtpim+"&piq="+xtpiq}
else{window.xtparam = "&pif="+xtpif+"&pir="+xtpir+"&pim="+xtpim+"&piq="+xtpiq};
//-->
