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