<!--//
if (document.images) {

   homeOn = new Image();
   homeOn.src = "images/btn_home_on.gif";
   bioOn = new Image();
   bioOn.src = "images/btn_bio_on.gif";
   gigsOn = new Image();
   gigsOn.src = "images/btn_gigs_on.gif";
   albumOn = new Image();
   albumOn.src = "images/btn_album_on.gif";
   contactOn = new Image();
   contactOn.src = "images/btn_contact_on.gif";

   ericOn = new Image();
   ericOn.src = "images/btn_eric_on.gif";
   nealOn = new Image();
   nealOn.src = "images/btn_neal_on.gif";
   davidOn = new Image();
   davidOn.src = "images/btn_david_on.gif";
   noelOn = new Image();
   noelOn.src = "images/btn_noel_on.gif";
   clementOn = new Image();
   clementOn.src = "images/btn_clement_on.gif";
   lingpinOn = new Image();
   lingpinOn.src = "images/btn_lingpin_on.gif";

   galleryOn = new Image();
   galleryOn.src = "images/btn_gallery_on.gif";

   debutOn = new Image();
   debutOn.src = "images/btn_debut_on.gif";


   btngallery01On = new Image();
   btngallery01On.src = "images/btn_gallery_thumb_01_on.gif";
   btngallery02On = new Image();
   btngallery02On.src = "images/btn_gallery_thumb_02_on.gif";
   btngallery03On = new Image();
   btngallery03On.src = "images/btn_gallery_thumb_03_on.gif";
   btngallery04On = new Image();
   btngallery04On.src = "images/btn_gallery_thumb_04_on.gif";
   btngallery05On = new Image();
   btngallery05On.src = "images/btn_gallery_thumb_05_on.gif";

   btnmainOn = new Image();
   btnmainOn.src = "images/btn_main_on.gif";
   btn1On = new Image();
   btn1On.src = "images/btn_on.gif";
   btn2On = new Image();
   btn2On.src = "images/btn_on.gif";
   btn3On = new Image();
   btn3On.src = "images/btn_on.gif";
   btn4On = new Image();
   btn4On.src = "images/btn_on.gif";
   btn5On = new Image();
   btn5On.src = "images/btn_on.gif";
   btn6On = new Image();
   btn6On.src = "images/btn_on.gif";
   btn7On = new Image();
   btn7On.src = "images/btn_on.gif";
   btn8On = new Image();
   btn8On.src = "images/btn_on.gif";
   btn9On = new Image();
   btn9On.src = "images/btn_on.gif";
   btn10On = new Image();
   btn10On.src = "images/btn_on.gif";


   homeOff = new Image();
   homeOff.src = "images/btn_home_off.gif";
   bioOff = new Image();
   bioOff.src = "images/btn_bio_off.gif";
   gigsOff = new Image();
   gigsOff.src = "images/btn_gigs_off.gif";
   albumOff = new Image();
   albumOff.src = "images/btn_album_off.gif";
   contactOff = new Image();
   contactOff.src = "images/btn_contact_off.gif";

   ericOff = new Image();
   ericOff.src = "images/btn_eric_off.gif";
   nealOff = new Image();
   nealOff.src = "images/btn_neal_off.gif";
   davidOff = new Image();
   davidOff.src = "images/btn_david_off.gif";
   noelOff = new Image();
   noelOff.src = "images/btn_noel_off.gif";
   clementOff = new Image();
   clementOff.src = "images/btn_clement_off.gif";
   lingpinOff = new Image();
   lingpinOff.src = "images/btn_lingpin_off.gif";

   galleryOff = new Image();
   galleryOff.src = "images/btn_gallery_off.gif";

   debutOff = new Image();
   debutOff.src = "images/btn_debut_off.gif";

   btngallery01Off = new Image();
   btngallery01Off.src = "images/btn_gallery_thumb_01_off.gif";
   btngallery02Off = new Image();
   btngallery02Off.src = "images/btn_gallery_thumb_02_off.gif";
   btngallery03Off = new Image();
   btngallery03Off.src = "images/btn_gallery_thumb_03_off.gif";
   btngallery04Off = new Image();
   btngallery04Off.src = "images/btn_gallery_thumb_04_off.gif";
   btngallery05Off = new Image();
   btngallery05Off.src = "images/btn_gallery_thumb_05_off.gif";

   btnmainOff = new Image();
   btnmainOff.src = "images/btn_main_off.gif";
   btn1Off = new Image();
   btn1Off.src = "images/btn_off.gif";
   btn2Off = new Image();
   btn2Off.src = "images/btn_off.gif";
   btn3Off = new Image();
   btn3Off.src = "images/btn_off.gif";
   btn4Off = new Image();
   btn4Off.src = "images/btn_off.gif";
   btn5Off = new Image();
   btn5Off.src = "images/btn_off.gif";
   btn6Off = new Image();
   btn6Off.src = "images/btn_off.gif";
   btn7Off = new Image();
   btn7Off.src = "images/btn_off.gif";
   btn8Off = new Image();
   btn8Off.src = "images/btn_off.gif";
   btn9Off = new Image();
   btn9Off.src = "images/btn_off.gif";
   btn10Off = new Image();
   btn10Off.src = "images/btn_off.gif";
   }

function buttonOn(imgName) {
   if (document.images) {
         document [imgName].src = eval(imgName + "On.src");
         }
   }
        
function buttonOff(imgName) {
   if (document.images) {
         document [imgName].src = eval(imgName + "Off.src");
         }
   }
//-->
