function setLoc(loc) {
   if (loc != '') {
      var elmt = document.getElementById(loc);
      var elmt2 = document.getElementById(loc + "link");
      elmt.style.backgroundImage = "url(http://www.therapyanimals.org/images/buttonActive.jpg)";
      elmt2.style.color = "white";
   }
}
function openHelp(page) {
   helpWindow=window.open(page,"helpWindow","menubar=no,scrollbars=yes,status=yes,resizable=yes,width=700,height=400")
}
function parseStylesheet(sheet) {
}

