function ressaltar(opcio,idioma,estat){
    var img = document.getElementById(opcio);
    img.src = "img/menu/"+opcio+"_"+estat+"_"+idioma+".gif";
}
