<!--
homeon        = new Image(134,29);
homeon.src    = "./graphics/iMenu/home_on.png";
homeoff       = new Image(134,29);
homeoff.src   = "./graphics/iMenu/home_off.png";

companyon        = new Image(134,30);
companyon.src    = "./graphics/iMenu/our_company_on.png";
companyoff       = new Image(134,30);
companyoff.src   = "./graphics/iMenu/our_company_off.png";

serviceson        = new Image(134,29);
serviceson.src    = "./graphics/iMenu/services_on.png";
servicesoff       = new Image(134,29);
servicesoff.src   = "./graphics/iMenu/services_off.png";

galleryon        = new Image(134,29);
galleryon.src    = "./graphics/iMenu/gallery_on.png";
galleryoff       = new Image(134,29);
galleryoff.src   = "./graphics/iMenu/gallery_off.png";

teston        = new Image(134,30);
teston.src    = "./graphics/iMenu/testimonials_on.png";
testoff       = new Image(134,30);
testoff.src   = "./graphics/iMenu/testimonials_off.png";

contacton        = new Image(134,30);
contacton.src    = "./graphics/iMenu/contact_us_on.png";
contactoff       = new Image(134,30);
contactoff.src   = "./graphics/iMenu/contact_us_off.png";
// -->