
//this sheet hides the objects on the opening screen from viewer
//at the beginning of the program

document.getElementById("layer18").style.visibility = "hidden";

