function setBGon(room) {        document.getElementById(room).bgColor = "#c5c5c5";}
 function setBGoff(room) {        document.getElementById(room).bgColor = "";}
