<!-- 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.jpg'
   button1on.src = 'images/home-on.jpg'
   button2on = new Image
   button2off = new Image
   button2off.src = 'images/faq.jpg'
   button2on.src = 'images/faq-on.jpg'
   button3on = new Image
   button3off = new Image
   button3off.src = 'images/catalogue.jpg'
   button3on.src = 'images/catalogue-on.jpg'
   button4off = new Image
   button4on = new Image
   button4off.src = 'images/order.jpg'
   button4on.src = 'images/order-on.jpg'
  
  
}
// End -->