// Java Document

<!-- Hide from old browsers
image_1aon = new Image(155,78);
image_1aon.src = "./img/home_button_2.JPG"; 
image_1aoff = new Image(155,78);
image_1aoff.src = "./img/home_button.JPG";
image_2aon = new Image(155,78);
image_2aon.src = "./img/spiritualita_button_2.JPG"; 
image_2aoff = new Image(155,78);
image_2aoff.src = "./img/spiritualita_button.JPG";
image_3aon = new Image(155,78);
image_3aon.src = "./img/preghiere_button_2.JPG"; 
image_3aoff = new Image(155,78);
image_3aoff.src = "./img/preghiere_button.JPG";
image_4aon = new Image(155,78);
image_4aon.src = "./img/movies_button_2.JPG"; 
image_4aoff = new Image(155,78);
image_4aoff.src = "./img/movies_button.JPG";
image_5aon = new Image(155,78);
image_5aon.src = "./img/biblioteca_button_2.JPG"; 
image_5aoff = new Image(155,78);
image_5aoff.src = "./img/biblioteca_button.JPG";
image_6aon = new Image(155,78);
image_6aon.src = "./img/links_button_2.JPG"; 
image_6aoff = new Image(155,78);
image_6aoff.src = "./img/links_button.JPG";
image_7aon = new Image(155,78);
image_7aon.src = "./img/info_button_2.JPG"; 
image_7aoff = new Image(155,78);
image_7aoff.src = "./img/info_button.JPG";

// FUNCTIONS
function
img_act(imgName) {
imgon = eval(imgName + "on.src");
document [imgName].src = imgon;
}
function
img_inact(imgName) {
imgoff = eval(imgName + "off.src");
document [imgName].src = imgoff;
}
// END HIDING FROM OLDER BROWSERS -->

