function imgFlash()
{
imgObj = document.myFlashIMG.style;
imgObj.visibility = (imgObj.visibility == "visible") ? "hidden" : "visible";
}

