{
products0= new Image();
products0.src = "menu/mproducts.jpg";
products1 = new Image();
products1.src = "menu/mproductsa.jpg";
process0= new Image();
process0.src = "menu/mprocess.jpg";
process1 = new Image();
process1.src = "menu/mprocessa.jpg";
facilities0= new Image();
facilities0.src = "menu/mfacilities.jpg";
facilities1 = new Image();
facilities1.src = "menu/mfacilitiesa.jpg";
negoti0= new Image();
negoti0.src = "menu/mnegoti.jpg";
negoti1 = new Image();
negoti1.src = "menu/mnegotia.jpg";
irai0= new Image();
irai0.src = "menu/bar_irai.jpg";
irai1 = new Image();
irai1.src = "menu/bar_iraia.jpg";
gotop0= new Image();
gotop0.src = "menu/gotop.gif";
gotop1 = new Image();
gotop1.src = "menu/gotopa.gif";
home0= new Image();
home0.src = "menu/mhome.gif";
home1 = new Image();
home1.src = "menu/mhomea.gif";
company0= new Image();
company0.src = "menu/mcompany.gif";
company1 = new Image();
company1.src = "menu/mcompanya.gif";
rubber0= new Image();
rubber0.src = "menu/mrubber.gif";
rubber1 = new Image();
rubber1.src = "menu/mrubbera.gif";
english0= new Image();
english0.src = "menu/menglish.gif";
english1 = new Image();
english1.src = "menu/menglisha.gif";
}

function imgOn(img){
turnOn = eval(img + "1.src");
document[img].src = turnOn;
}
function imgOff(img){
turnOff = eval(img + "0.src");
document[img].src = turnOff;
}
