<!-- javascript functions
   function on(text) {
      status = text;
   }
   function off() {
      status = "";
      return true;
   }
   function onL(chr) {
      status = 'Bands beginning with ' + chr;
   }
// -->
