if (document.images) {
     button1 = new Image
     button2 = new Image
     button3 = new Image
     button4 = new Image
     button5 = new Image
     button6 = new Image

     button1.src = '../images/btn_competition.gif'
     button2.src = '../images/btn_competition_o.gif'
     button3.src = '../images/btn_wallpapers.gif'
     button4.src = '../images/btn_wallpapers_o.gif'
	 button5.src = '../images/btn_michelin_gear.gif'
     button6.src = '../images/btn_michelin_gear_o.gif'
 }
