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
	 
	 	 
     button1.src = 'images/home.gif'
     button2.src = 'images/home_h.gif'
	 
     button3.src = 'images/buying.gif'
     button4.src = 'images/buying_h.gif'
	 
     button5.src = 'images/sell.gif'
     button6.src = 'images/selling_h.gif'
	 
     button7.src = 'images/about.gif'
     button8.src = 'images/about_h.gif'
	 
     button9.src = 'images/contact.gif'
     button10.src = 'images/contact_h.gif'
}
