function hide(objectName) { document.getElementById(objectName).style.visibility = "hidden"; } function show(objectName) { for (i=0; i