/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function over(elem){
    var imagen = document.getElementById(elem);
    imagen.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/" + elem + "b.png");
}

function out(elem){
    var imagen = document.getElementById(elem);
    if(imagen.name == "no"){
        imagen.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/" + elem + ".png");
    } else {
        imagen.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/" + elem + "c.png");
    }
}
/*
function click(elem,num){
    for(var i = 1; i < 6; i++){
        var imagen = document.getElementById(elem + i);
        imagen.setAttribute("name", "no");
        imagen.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/" + elem + i + ".png");
    }
    var boton = document.getElementById(elem + num);
    boton.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/" + elem + num + "c.png");
    boton.setAttribute("name", "si");
}*/

function overC(elem){
    elem.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/catalogo/" + elem.alt + "2.png");
}

function outC(elem){
    elem.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/catalogo/" + elem.alt + ".png");
}

function overR(elem){
    elem.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/redesSociales/" + elem.alt + "2.png");
}

function outR(elem){
    elem.setAttribute("src", "../../../../../../../../../../../../imagenes/botones/redesSociales/" + elem.alt + ".png");
}
