.terms.show { display: block }
function view(n) { document.getElementById(n).classList.toggle("show"); }