<!-- Hide from old browsers
if (document.images) {
                        
			   homeOn = new Image
			   bioOn = new Image
               discOn = new Image
               artOn = new Image
               placesOn = new Image
			   emailOn = new Image

               homeOff = new Image
               bioOff = new Image
               discOff = new Image
               artOff = new Image
               placesOff = new Image
			   emailOff = new Image

               homeOn.src = "images/panel_images/knob_1_on.jpg"
               bioOn.src = "images/panel_images/knob_2_on.jpg"
               discOn.src = "images/panel_images/knob_3_on.jpg"
               artOn.src = "images/panel_images/knob_4_on.jpg"
               placesOn.src = "images/panel_images/knob_5_on.jpg"
			   emailOn.src = "images/panel_images/knob_6_on.jpg"
                        
               homeOff.src = "images/panel_images/knob_1_off.jpg"
               bioOff.src = "images/panel_images/knob_2_off.jpg"
               discOff.src = "images/panel_images/knob_3_off.jpg"
               artOff.src = "images/panel_images/knob_4_off.jpg"
               placesOff.src = "images/panel_images/knob_5_off.jpg"
			   emailOff.src = "images/panel_images/knob_6_off.jpg"
                        
        }
        else {
              homeOn = ""
              homeOff = ""
              bioOn = ""
              bioOff = ""
              discOn = ""
              discOff = ""
              artOn = ""
              artOff = ""
              placesOn = ""
              placesOff = ""
			  emailOn = ""
              emailOff = ""
              
              document.home = ""
              document.bio = ""
              document.disc = ""
			  document.art = ""
              document.places = ""
			  document.email = ""

        }
// Stop hiding from old browsers -->
