if (document.images){   

     button1 = new Image
     button2 = new Image
	 	 

     button1.src = 'images/t1.png'
     button2.src = 'images/t2.png'
}
