{
hp0= new Image();
hp0.src = "menu/mhp.jpg";
hp1 = new Image();
hp1.src = "menu/mhpa.jpg";
hosting0= new Image();
hosting0.src = "menu/mhosting.jpg";
hosting1 = new Image();
hosting1.src = "menu/mhostinga.jpg";
seo0= new Image();
seo0.src = "menu/mseo.jpg";
seo1 = new Image();
seo1.src = "menu/mseoa.jpg";
print0= new Image();
print0.src = "menu/mprint.jpg"
print1 = new Image();
print1.src = "menu/mprinta.jpg";
support0= new Image();
support0.src = "menu/msupport.jpg";
support1 = new Image();
support1.src = "menu/msupporta.jpg";
contact0= new Image();
contact0.src = "menu/mcontact.jpg";
contact1 = new Image();
contact1.src = "menu/mcontacta.jpg";
}
function imgOn(img){
turnOn = eval(img + "1.src");
document[img].src = turnOn;
}
function imgOff(img){
turnOff = eval(img + "0.src");
document[img].src = turnOff;
}

