<!-- 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/services-off.jpg'
   button2on.src = 'images/services-on.jpg'
   button3on = new Image
   button3off = new Image
   button3off.src = 'images/affiliations-off.jpg'
   button3on.src = 'images/affiliations-on.jpg'
   button4off = new Image
   button4on = new Image
   button4off.src = 'images/contact-off.jpg'
   button4on.src = 'images/contact-on.jpg'
   

  
}
// End -->