//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://wsabstract.com

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
     button11 = new Image
     button12 = new Image
     button13 = new Image
     button14 = new Image

     button1.src = 'images/trattoria-home.gif'
     button2.src = 'images/trattoria-home-over.jpg'
     button3.src = 'images/trattoria-menu.gif'
     button4.src = 'images/trattoria-menu-over.jpg'
     button5.src = 'images/trattoria-parties.gif'
     button6.src = 'images/trattoria-parties-over.jpg'
     button7.src = 'images/trattoria-about.gif'
     button8.src = 'images/trattoria-about-over.jpg'
     button9.src = 'images/trattoria-wine.gif'
     button10.src = 'images/trattoria-wine-over.jpg'
     button11.src = 'images/trattoria-reviews.gif'
     button12.src = 'images/trattoria-reviews-over.jpg'
     button13.src = 'images/trattoria-contact.gif'
     button14.src = 'images/trattoria-contact-over.jpg'
 }
//-->
