
<!--hide from non javascript browsers
/*active script pre load images by The Snider's Web */

if (document.images) {
img1on = new Image(22,105); 
img1on.src = "images/homeoff5.jpg"; 
img2on = new Image(22,105);
img2on.src = "images/whooff5.jpg"; 
img3on = new Image(22,105); 
img3on.src = "images/whatoff5.jpg"; 
img4on = new Image(22,105);
img4on.src = "images/didoff5.jpg"; 
img5on = new Image(22,105);
img5on.src = "images/contactoff5.jpg";  


img1off = new Image(22,105); 
img1off.src = "images/homeon5.jpg"; 
img2off = new Image(22,105); 
img2off.src = "images/whoon5.jpg"; 
img3off = new Image(22,105); 
img3off.src = "images/whaton5.jpg"; 
img4off = new Image(22,105); 
img4off.src = "images/didon5.jpg"; 
img5off = new Image(22,105); 
img5off.src = "images/contacton5.jpg"; 
} 

//End hiding-->
<!--hide from non javascript browsers
/*function for mouseover buttons-active then inactive images by The Snider's Web*/ 
 
  function img_act(imgName) {
if (document.images) {
               imgOn = eval(imgName + "on.src");

               document.images [imgName].src = imgOn;

               }
               }

       function img_inact(imgName) {
if (document.images) {
               imgOff = eval(imgName + "off.src");

               document.images [imgName].src = imgOff;

               }
               }

//End hiding-->
