<!--
if (parseInt(navigator.appVersion.substring(0,1))>=3) 
{
contactoon = new Image(72,14);
contactoon.src = "/imx/botoncontactoon.gif";
contactooff = new Image(72,14);
contactooff.src = "/imx/botoncontactooff.gif";

espanholon = new Image(115,14);
espanholon.src = "/imx/casbotonlangon.gif";
espanholoff = new Image(115,14);
espanholoff.src = "/imx/casbotonlangoff.gif";

galegoon = new Image(96,14);
galegoon.src = "/imx/galbotonlangon.gif";
galegooff = new Image(96,14);
galegooff.src = "/imx/galbotonlangoff.gif";
}

function cambiar(name, on) {
if (parseInt(navigator.appVersion.substring(0,1))>=3) {
    image = eval(name + (on == 1 ? "on.src" : "off.src"));
    if (image != "") {
    	document[name].src = image;
    }
  }
}
// -->
