var NN3 = false;
image1= new Image();
image1.src = "aboutOff.gif";
image1on = new Image();
image1on.src = "aboutOn.gif";
image2= new Image();
image2.src = "translationOff.gif";
image2on = new Image();
image2on.src = "translationOn.gif";
image3= new Image();
image3.src = "localizationOff.gif";
image3on = new Image();
image3on.src = "localizationOn.gif";
image4= new Image();
image4.src = "interpretingOff.gif";
image4on = new Image();
image4on.src = "interpretingOn.gif";
image5= new Image();
image5.src = "otherservicesOff.gif";
image5on = new Image();
image5on.src = "otherservicesOn.gif";
image6= new Image();
image6.src = "faqsOff.gif";
image6on = new Image();
image6on.src = "faqsOn.gif";
image7= new Image();
image7.src = "ratesOff.gif";
image7on = new Image();
image7on.src = "ratesOn.gif";
image8= new Image();
image8.src = "quoteOff.gif";
image8on = new Image();
image8on.src = "quoteOn.gif";
image9= new Image();
image9.src = "JobsOff.gif";
image9on = new Image();
image9on.src = "JobsOn.gif";
image10= new Image();
image10.src = "contactOff.gif";
image10on = new Image();
image10on.src = "contactOn.gif";
image11= new Image();
image11.src = "languageOff.gif";
image11on = new Image();
image11on.src = "languageOn.gif";

function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");
}
NN3 = true;
function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}
function a(txt) {
        self.status = txt
        }
function b() {
        self.status = ""
        }