<!-- 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/materials-off.jpg'
   button2on.src = 'images/materials-on.jpg'
   button3on = new Image
   button3off = new Image
   button3off.src = 'images/history-off.jpg'
   button3on.src = 'images/history-on.jpg'
   button4off = new Image
   button4on = new Image
   button4off.src = 'images/photos-off.jpg'
   button4on.src = 'images/photos-on.jpg'
   button5off = new Image
   button5on = new Image
   button5off.src = 'images/store-off.jpg'
   button5on.src = 'images/store-on.jpg'
   
   button6off = new Image
   button6on = new Image
   button6off.src = 'images/contact-off.jpg'
   button6on.src = 'images/contact-on.jpg'
   
}
// End -->