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/home.png'
     button2.src = 'images/home-hvr.png'
	 
	 button3.src = 'images/about.png'
     button4.src = 'images/about-hvr.png'
	 
	 button5.src = 'images/feature.png'
     button6.src = 'images/feature-hvr.png'
	 
	 button7.src = 'images/faq.png'
     button8.src = 'images/faq-hvr.png'
	 
	 button9.src = 'images/contact.png'
     button10.src = 'images/contact-hvr.png'
	 
	 button11.src = 'images/learn.png'
     button12.src = 'images/learn-hvr.png'
	 
	 button13.src = 'images/story.png'
     button14.src = 'images/story-hvr.png'
}
