<!--
  if (document.images)
   {
     logoon= new Image;
     logoon.src="source_files/bobtail_h.gif";
     newson= new Image;
     newson.src="source_files/news_h.gif";
     bioon= new Image;
     bioon.src="source_files/bio_h.gif";
     picson= new Image;
     picson.src="source_files/pics_h.gif";
     shopon= new Image;
     shopon.src="source_files/shop_h.gif";
     linkson= new Image;
     linkson.src="source_files/links_h.gif";
     audioon= new Image;
     audioon.src="source_files/audio_h.gif";
     lyricson= new Image;
     lyricson.src="source_files/lyrics_h.gif";
     scoreson= new Image;
     scoreson.src="source_files/scores_h.gif";
     showson= new Image;
     showson.src="source_files/shows_h.gif";
     methodon= new Image;
     methodon.src="source_files/method_h.gif";
     miscon= new Image;
     miscon.src="source_files/misc_h.gif";

     logooff= new Image;
     logooff.src="source_files/bobtail_b.gif";
     newsoff= new Image;
     newsoff.src="source_files/news_b.gif";
     biooff= new Image;
     biooff.src="source_files/bio_b.gif";
     picsoff= new Image;
     picsoff.src="source_files/pics_b.gif";
     shopoff= new Image;
     shopoff.src="source_files/shop_b.gif";
     linksoff= new Image;
     linksoff.src="source_files/links_b.gif";
     audiooff= new Image;
     audiooff.src="source_files/audio_b.gif";
     lyricsoff= new Image;
     lyricsoff.src="source_files/lyrics_b.gif";
     scoresoff= new Image;
     scoresoff.src="source_files/scores_b.gif";
     showsoff= new Image;
     showsoff.src="source_files/shows_b.gif";
     methodoff= new Image;
     methodoff.src="source_files/method_b.gif";
     miscoff= new Image;
     miscoff.src="source_files/misc_b.gif";
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }
//-->
