if (document.images) {
   
     button1 = new Image
     button2 = new Image
	 
     button3 = new Image
     button4 = new Image
	 
     button5 = new Image
     button6 = new Image
	 
     button7 = new Image
     button8 = new Image
	 
     button9 = new Image
     button10 = new Image
	 
     button11 = new Image
     button12 = new Image
	 
     button13 = new Image
     button14 = new Image
	 
	 
	 	 
     button1.src = 'images/logo1.jpg'
     button2.src = 'images/logo1-hvr.jpg'
	 
	 button3.src = 'images/logo2.jpg'
     button4.src = 'images/logo2-hvr.jpg'
	 
     button5.src = 'images/logo3.jpg'
     button6.src = 'images/logo3-hvr.jpg'
	 
     button7.src = 'images/logo4.jpg'
     button8.src = 'images/logo4-hvr.jpg'
	 
     button9.src = 'images/logo5.jpg'
     button10.src = 'images/logo5-hvr.jpg'
	 
     button11.src = 'images/logo6.jpg'
     button12.src = 'images/logo6-hvr.jpg'
	 
     button13.src = 'images/logo7.jpg'
     button14.src = 'images/logo7-hvr.jpg'
 }
