<!-- 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/home-off.jpg'
   button1on.src = 'images/home-on.jpg'
   
   button2on = new Image
   button2off = new Image
   button2off.src = 'images/about-off.jpg'
   button2on.src = 'images/about-on.jpg'
   
      
    button3off = new Image
   button3on = new Image
   button3off.src = 'images/weddings-off.jpg'
   button3on.src = 'images/weddings-on.jpg'
   
    button4off = new Image
   button4on = new Image
   button4off.src = 'images/school-off.jpg'
   button4on.src = 'images/school-on.jpg'
   
    button5off = new Image
   button5on = new Image
   button5off.src = 'images/other-off.jpg'
   button5on.src = 'images/other-on.jpg'
   
    button6off = new Image
   button6on = new Image
   button6off.src = 'images/music-off.jpg'
   button6on.src = 'images/music-on.jpg'
   
    button7off = new Image
   button7on = new Image
   button7off.src = 'images/media-off.jpg'
   button7on.src = 'images/media-on.jpg'
   
       button8off = new Image
   button8on = new Image
   button8off.src = 'images/rates-off.jpg'
   button8on.src = 'images/rates-on.jpg'
   
       button9off = new Image
	      button9on = new Image
   button9off.src = 'images/faq-off.jpg'
   button9on.src = 'images/faq-on.jpg'
   
       button10off = new Image
   button10on = new Image
   button10off.src = 'images/reviews-off.jpg'
   button10on.src = 'images/reviews-on.jpg'
   
       button11off = new Image
   button11on = new Image
   button11off.src = 'images/contact-off.jpg'
   button11on.src = 'images/contact-on.jpg'
      
       button12off = new Image
   button12on = new Image
   button12off.src = 'images/login-off.jpg'
   button12on.src = 'images/login-on.jpg'
   
    button13off = new Image
   button13on = new Image
   button13off.src = 'images/equipment-off.jpg'
   button13on.src = 'images/equipment-on.jpg'


  
}
// End -->
