<!--
homeon = new Image;
homeon.src = "images/home-on.gif";
homeoff = new Image;
homeoff.src = "images/home-off.gif";
abouton = new Image;
abouton.src = "images/about-on.gif";
aboutoff = new Image;
aboutoff.src = "images/about-off.gif";
serviceson = new Image;
serviceson.src = "images/what-on.gif";
servicesoff = new Image;
servicesoff.src = "images/what-off.gif";
personalon = new Image;
personalon.src = "images/profile-on.gif";
personaloff = new Image;
personaloff.src = "images/profile-off.gif";
newson = new Image;
newson.src = "images/news-on.gif";
newsoff = new Image;
newsoff.src = "images/news-off.gif";
contacton = new Image;
contacton.src = "images/contact-on.gif";
contactoff = new Image;
contactoff.src = "images/contact-off.gif";

// -->
