function hideAlt () {
var alt = document.getElementById("flash-alternative");
alt.style.display = "hidden";
return;
}
function flashFix(id, classId, width, height, movie, skinName, streamName) {
var d = document.getElementById(id);
d.innerHTML =
'' +
'' +
'';
}
function flashFixFullContent(id, classId, width, height, movie) {
var d = document.getElementById(id);
d.innerHTML =
'' +
'' +
'';
}
function flashFixWithXML(id, classId, width, height, movie, xmlUrl) {
var d = document.getElementById(id);
d.innerHTML =
'' +
'' +
'';
}