// JavaScript Document
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
	 	 
     button1.src = 'images/home-btn.jpg'
     button2.src = 'images/home-btn-hover.jpg'
	 
	 button3.src = 'images/about-btn.jpg'
     button4.src = 'images/about-btn-hover.jpg'
	 
	 button5.src = 'images/policy-btn.jpg'
     button6.src = 'images/policy-btn-hover.jpg'
	 
	 button7.src = 'images/testimonials-btn.jpg'
     button8.src = 'images/testimonials-btn-hover.jpg'
	 
	 button9.src = 'images/landforsale-btn.jpg'
     button10.src = 'images/landforsale-btn-hover.jpg'
	 
	 button11.src = 'images/contactus-btn.jpg'
     button12.src = 'images/contactus-btn-hover.jpg'
}




