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
	 
  	 button15 = new Image
     button16 = new Image
	 
	 button17 = new Image
     button18 = new Image
	 
	 button19 = new Image
     button20 = new Image
	 
	 button21 = new Image
     button22 = new Image
	 

     	 
	 button1.src = 'images/home.jpg'
     button2.src = 'images/home_h.jpg'
	 
	 button3.src = 'images/picnic.jpg'
     button4.src = 'images/picnic_h.jpg'
	 
	 button5.src = 'images/catering.jpg'
     button6.src = 'images/catering_h.jpg'
	 
	 button7.src = 'images/bbq.jpg'
     button8.src = 'images/bbq_h.jpg'
	 
	 button9.src = 'images/deli.jpg'
     button10.src = 'images/deli_h.jpg'
	 
	 button11.src = 'images/order.jpg'
     button12.src = 'images/order_h.jpg'
	 
 	 button13.src = 'images/contact.jpg'
     button14.src = 'images/contact_h.jpg'
	 
 	 button15.src = 'images/news.jpg'
     button16.src = 'images/news_h.jpg' 
	 
	 button17.src = 'images/testimonial.jpg'
	 button18.src = 'images/testimonial_h.jpg'
	 
	 button19.src = 'images/newsletter.jpg'
	 button20.src = 'images/newsletter_h.jpg'
	 
	 button21.src = 'images/download.jpg'
	 button22.src = 'images/download_h.jpg'
	 
 }