<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!--
if( document.images )
{
   button1off = new Image
   button1on = new Image
   button1off.src = 'images/navigation/home-off.jpg'
   button1on.src = 'images/navigation/home-on.jpg'
   button2on = new Image
   button2off = new Image
   button2off.src = 'images/navigation/drink-off.jpg'
   button2on.src = 'images/navigation/drink-on.jpg'
   button3on = new Image
   button3off = new Image
   button3off.src = 'images/navigation/menu-off.jpg'
   button3on.src = 'images/navigation/menu-on.jpg'
   button4off = new Image
   button4on = new Image
   button4off.src = 'images/navigation/entertainment-off.jpg'
   button4on.src = 'images/navigation/entertainment-on.jpg'
   button5off = new Image
   button5on = new Image
   button5off.src = 'images/navigation/deck-off.jpg'
   button5on.src = 'images/navigation/deck-on.jpg'
   
   button6off = new Image
   button6on = new Image
   button6off.src = 'images/navigation/news-off.jpg'
   button6on.src = 'images/navigation/news-on.jpg'
   button7off = new Image
   button7on = new Image
   button7off.src = 'images/navigation/contact-off.jpg'
   button7on.src = 'images/navigation/contact-on.jpg'
button8off = new Image
   button8on = new Image
   button8off.src = 'images/navigation/directions-off.jpg'
   button8on.src = 'images/navigation/directions-on.jpg'
button9off = new Image
   button9on = new Image
   button9off.src = 'images/navigation/links-off.jpg'
   button9on.src = 'images/navigation/links-on.jpg'
   button10off = new Image
   button10on = new Image
   button10off.src = 'images/navigation/sports-off.jpg'
   button10on.src = 'images/navigation/sports-on.jpg'
  
}
// End -->