function display(id){var element=document.getElementById(id);var display=element.style.display?'':'none';element.style.display=display;}
