var NN9 = false;
image1alt = new Image();
image1alt.src = "img/tr_b2b.gif";
image1alton = new Image();
image1alton.src = "img/tr_on.gif";

image2alt = new Image();
image2alt.src = "img/tr_b2b.gif";
image2alton = new Image();
image2alton.src = "img/uk_on.gif";

image3alt = new Image();
image3alt.src = "img/tr_b2b.gif";
image3alton = new Image();
image3alton.src = "img/de_on.gif";

image4alt = new Image();
image4alt.src = "img/tr_b2b.gif";
image4alton = new Image();
image4alton.src = "img/fr_on.gif";

image5alt = new Image();
image5alt.src = "img/tr_b2b.gif";
image5alton = new Image();
image5alton.src = "img/es_on.gif";

image6alt = new Image();
image6alt.src = "img/tr_b2b.gif";
image6alton = new Image();
image6alton.src = "img/it_on.gif";

image7alt = new Image();
image7alt.src = "img/tr_b2b.gif";
image7alton = new Image();
image7alton.src = "img/ru_on.gif";

image8alt = new Image();
image8alt.src = "img/tr_b2b.gif";
image8alton = new Image();
image8alton.src = "img/jp_on.gif";

image9alt = new Image();
image9alt.src = "img/tr_b2b.gif";
image9alton = new Image();
image9alton.src = "img/sa_on.gif";



function on9(name)   {
        document["altimg"].src = eval(name + "alton.src");
}
function off9(name)  {
        document["altimg"].src = eval(name + "alt.src");
}
NN9 = true;

function on(name)  {
        if (NN9) on9(name);
}
function off(name)  {
        if (NN9) off9(name);
}
