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