function showWindow(id) { document.getElementById(id).style.display = 'block'; } function noWindow(id) { document.getElementById(id).style.display = 'none'; }