<!-- 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/faq_off.jpg'
   button2on.src = 'images/faq_on.jpg'
   button3on = new Image
   button3off = new Image
   button3off.src = 'images/about_off.jpg'
   button3on.src = 'images/about_on.jpg'
   button4off = new Image
   button4on = new Image
   button4off.src = 'images/contact_off.jpg'
   button4on.src = 'images/contact_on.jpg'
   
  
}
// End -->
