// this function fixes the IE bug when you close the overlay windows and the audio keeps playing
// for additional instructions, see http://memphistn.rchland.ibm.com/systems/data/flashtest/ronaldo/video_overlay.html 

function closeVideo(videoDivId){var A=document.getElementById(videoDivId);A.innerHTML=A.innerHTML}