// JavaScript Document

{
graph1= new Image();
graph1.src = "img/ita.png";
graph1on = new Image();
graph1on.src = "img/itaON.png";
graph1down = new Image();
graph1down.src = "img/itaON.png";

graph2= new Image();
graph2.src = "img/eng.png";
graph2on = new Image();
graph2on.src = "img/engON.png";
graph2down = new Image();
graph2down.src = "img/engON.png";

}
function imageChangeBTN(imageID,imageName) {


{
document.images[imageID].src = eval(imageName + ".src");
}

}
