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 = '' + '' + '' + '' + '' + '' + '' + '

This is alternative content.

' + '
' + ''; } function flashFixFullContent(id, classId, width, height, movie) { var d = document.getElementById(id); d.innerHTML = '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '

This is alternative content.

' + '
' + ''; } function flashFixWithXML(id, classId, width, height, movie, xmlUrl) { var d = document.getElementById(id); d.innerHTML = '' + '' + '' + '' + '' + '' + '' + '' + '

This is alternative content.

' + '
' + ''; }