\n'); } //--> function closeFlash(){ fdiv = document.getElementById("flashSpokesperson"); if (fdiv.style.display == 'block' || fdiv.style.display == ''){ fdiv.style.display = 'none'; } } function openWideBG(){ var flash_wideBG = document.getElementById("flash_wideBG"); flash_wideBG.style.display = 'block'; } function closeWideBG(){ var flash_wideBG = document.getElementById("flash_wideBG"); flash_wideBG.style.display = 'none'; } function closeFlashHome(){ fdiv = document.getElementById("flash_home"); if (fdiv.style.display == 'block' || fdiv.style.display == ''){ fdiv.style.display = 'none'; } }