<!--

//



browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if ( browser)  {

  homeitaoff = new Image();

  homeitaoff.src = "img/splash/index_15.gif";

  homeitaon = new Image();

  homeitaon.src = "img/splash/index_15b.gif"; 
  
  
 homeengoff = new Image();

  homeengoff.src = "img/splash/index_10.gif";

  homeengon = new Image();

  homeengon.src = "img/splash/index_10b.gif";
  
 }

function img_on(imgName) {

  if ( browser) {

    imgOn = eval(imgName + "on.src");

    document [imgName].src = imgOn;

  }

}

function img_off(imgName) {

  if ( browser) {

    imgOff = eval(imgName + "off.src");

    document [imgName].src = imgOff;

  }

}

//

//-->

