if (document.images) {
     button = new Image
     button1 = new Image

     button.src = 'images/find_but.png'
     button1.src = 'images/find_buth.png'
     
 }


