function GenerateDemo(){
var targetObj = document.getElementById("ContIndicPlayerFlash");

//targetObj.innerHTML += ;

//for(var i in FlashDetect){

//if(typeof FlashDetect[i] != "function" && typeof FlashDetect[i] != "undefined"){
if(typeof FlashDetect != "function" && typeof FlashDetect != "undefined"){


//targetObj.innerHTML += "<div><strong>FlashDetect55." + i + ":</strong> " + FlashDetect[i] + "</div>";
//targetObj.innerHTML += "<div><strong>" + i + ":</strong> " + FlashDetect[i] + "</div>";

targetObj.innerHTML += FlashDetect.raw;

//}
}

//targetObj.innerHTML += "<div>&nbsp;</div>";

//targetObj.innerHTML += "<em>Method(s):</em>";

//targetObj.innerHTML += "<div><strong>FlashDetect.versionAtLeast(9):</strong> " + FlashDetect.versionAtLeast(9) + "</div>";

//targetObj.innerHTML += "<div><strong>FlashDetect.versionAtLeast(9, 0):</strong> " + FlashDetect.versionAtLeast(9, 0) + "</div>";

//targetObj.innerHTML += "<div><strong>FlashDetect.versionAtLeast(9, 0, 124):</strong> " + FlashDetect.versionAtLeast(9, 0, 124) + "</div>";

//targetObj.innerHTML += "<div><strong>FlashDetect.majorAtLeast(9):</strong> " + FlashDetect.majorAtLeast(9) + "</div>";

//targetObj.innerHTML += "<div><strong>FlashDetect.minorAtLeast(0):</strong> " + FlashDetect.minorAtLeast(0) + "</div>";

//targetObj.innerHTML += "<div><strong>FlashDetect.revisionAtLeast(124):</strong> " + FlashDetect.revisionAtLeast(124) + "</div>";
}
