if (document.images) {
     button1 = new Image
     button2 = new Image

     button1.src = 'graphics/VideoButton.png'
     button2.src = 'graphics/VideoButton_Over.png'
 }
