<!--

  if (document.images)
   {
     homeon= new Image(171,30);
     homeon.src="home2.jpg";  
     homeoff= new Image(171,30);
     homeoff.src="home.jpg";

     abouton= new Image(171,29);
     abouton.src="about2.jpg";  
     aboutoff= new Image(171,29);
     aboutoff.src="about.jpg";

     serviceson= new Image(171,29);
     serviceson.src="services2.jpg";  
     servicesoff= new Image(171,29);
     servicesoff.src="services.jpg";

     testimonialson= new Image(171,30);
     testimonialson.src="testimonials2.jpg";  
     testimonialsoff= new Image(171,30);
     testimonialsoff.src="testimonials.jpg";

     contacton= new Image(171,29);
     contacton.src="contact2.jpg";  
     contactoff= new Image(171,29);
     contactoff.src="contact.jpg";

   }

function hover(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function off(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }
var footer ="";


//-->
