// Java Document

<!-- Hide from old browsers
image_1aon = new Image(155,78);
image_1aon.src = "./img/home_button_2.gif"; 
image_1aoff = new Image(155,78);
image_1aoff.src = "./img/home_button.gif";
image_2aon = new Image(155,78);
image_2aon.src = "./img/directors_button_2.gif"; 
image_2aoff = new Image(155,78);
image_2aoff.src = "./img/directors_button.gif";
image_3aon = new Image(155,78);
image_3aon.src = "./img/extra_button_2.gif"; 
image_3aoff = new Image(155,78);
image_3aoff.src = "./img/extra_button.gif";
image_4aon = new Image(155,78);
image_4aon.src = "./img/links_button_2.gif"; 
image_4aoff = new Image(155,78);
image_4aoff.src = "./img/links_button.gif";
image_5aon = new Image(155,78);
image_5aon.src = "./img/awards_button_2.gif"; 
image_5aoff = new Image(155,78);
image_5aoff.src = "./img/awards_button.gif";

// 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 -->

