function RollMapOn(i)
{
    var IMG = document.getElementById("imagine");

    if(i==1)
        IMG.src = "images/botonera_grupo_on.png";
    else if(i==2)
        IMG.src = "images/botonera_centros_on.png";
    else if(i==3)
        IMG.src = "images/botonera_noticia_on.png";
    else if(i==4)
        IMG.src = "images/botonera_contacto_on.png";
}
function RollMapOff(i)
{
    var IMG = document.getElementById("imagine");
    if(i==1)
        IMG.src = "images/botonera_grupo_on.png";
    else if(i==2)
        IMG.src = "images/botonera_centros_on.png";
    else if(i==3)
        IMG.src = "images/botonera_noticia_on.png";
    else if(i==4)
        IMG.src = "images/botonera_contacto_on.png";
}

function RollMapOn_1(i)
{
    var IMG = document.getElementById("imagine_grupo");

     if(i==1)
        IMG.src = "images/servicios_on.png";
    else if(i==2)
        IMG.src = "images/ctrl_calidad_on.png";
    else if(i==0)
        IMG.src = "images/servicios_ctrl_calidad.png";
}
function RollMapOff_1(i)
{
    var IMG = document.getElementById("imagine_grupo");
    if(i==1)
        IMG.src = "images/servicios_on.png";
    else if(i==2)
        IMG.src = "images/ctrl_calidad_on.png";
    else if(i==0)
        IMG.src = "images/servicios_ctrl_calidad.png";
}


