// Hides all EMBEDed objects. Should kill flash, shockwave, etc... but may not make them quiet. // Doesn't work yet. for (aty2z=0; aty2z<document.embeds.length; aty2z++) { void(document.embeds[aty2z].style.visibility='hidden') }