function toggle(id){var z=document.getElementById(id);z.style.display=(z.style.display=="none")?"block":"none";}