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