function showObject(id) { document.getElementById(id).className = "visible"; }
function hideObject(id) { document.getElementById(id).className = "hidden"; }








