<!--window.onerror=null;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if(browserName=="Netscape" && browserVer >= 3) ver = "yes";
else ver = "yes";
if(ver == "yes")
{
bottonea1 = new Image(); bottonea1.src ="imca_file/05a.gif";

bottonea2 = new Image(); bottonea2.src ="imca_file/05b.gif";

bottoneb1 = new Image(); bottoneb1.src ="imca_file/06a.gif";

bottoneb2 = new Image(); bottoneb2.src ="imca_file/06b.gif";

bottonec1 = new Image(); bottonec1.src ="imca_file/08a.gif";

bottonec2 = new Image(); bottonec2.src ="imca_file/08b.gif";

bottoned1 = new Image(); bottoned1.src ="imca_file/09a.gif";

bottoned2 = new Image(); bottoned2.src ="imca_file/09b.gif";

bottonee1 = new Image(); bottonee1.src ="imca_file/12a.gif";

bottonee2 = new Image(); bottonee2.src ="imca_file/12b.gif";

bottonef1 = new Image(); bottonef1.src ="imca_file/13a.gif";

bottonef2 = new Image(); bottonef2.src ="imca_file/13b.gif";

bottoneg1 = new Image(); bottoneg1.src ="imca_file/15a.gif";

bottoneg2 = new Image(); bottoneg2.src ="imca_file/15b.gif";

bottoneh1 = new Image(); bottoneh1.src ="imca_file/16a.gif";

bottoneh2 = new Image(); bottoneh2.src ="imca_file/16b.gif";

}else{

alert ("Spiacente. Questa versione di " + app + " non supporta Java script! Aggiorna il tuo browser")

}

function active(imgName)

{

if (ver == "yes") {

img1 = eval(imgName + "1.src");

document [imgName].src = img1;

}}

function inactive(imgName){

if (ver == "yes") {

img2 = eval(imgName + "2.src");

document [imgName].src = img2;

}}

// -->
