if (document.images) {
   
     button1 = new Image
     button2 = new Image
	 
	 
	 	 
     button1.src = 'images/read.jpg'
     button2.src = 'images/read-hvr.jpg'
 } 