// Cambio de color de los botones de los fijos

boton1 = new Image();
boton1.src ="./Imagenes/B_UnFijoyPuerta.gif";
boton2 = new Image();
boton2.src = "./Imagenes/B2_UnFijoyPuerta.gif";
boton3 = new Image();
boton3.src = "./Imagenes/B_UnFijoyPuerta2.gif";
boton4= new Image();
boton4.src= "./Imagenes/B2_UnFijoyPuerta2.gif";
boton5 = new Image();
boton5.src = "./Imagenes/B_DosFijosyPuerta.gif";
boton6 = new Image();
boton6.src = "./Imagenes/B2_DosFijosyPuerta.gif";
boton7 = new Image();
boton7.src = "./Imagenes/B_UnPuerta.gif";
boton8= new Image();
boton8.src= "./Imagenes/B2_UnPuerta.gif";
boton9 = new Image();
boton9.src = "./Imagenes/B_DosPuertas.gif";
boton10= new Image();
boton10.src= "./Imagenes/B2_DosPuertas.gif";
boton11 = new Image();
boton11.src = "./Imagenes/B_DosPuertasyDosFijos.gif";
boton12= new Image();
boton12.src= "./Imagenes/B2_DosPuertasyDosFijos.gif";


function muestra(imgDocID,imgObjNombre) {
   document.images[imgDocID].src = eval(imgObjNombre + ".src")
}

