img= ["image1.src", "image2.src", "image3.src", "image4.src"]

var image = new Array(4);
if (document.images) {
  image1 = new Image();
  image1.src = "armario/armario_empotrado_1.jpg";
  image2 = new Image();
  image2.src = "armario/armario_empotrado_2.jpg";
  image3 = new Image();
  image3.src = "armario/armario_empotrado_3.jpg";
  image4 = new Image();
  image4.src = "armario/armario_empotrado_4.jpg";
  }
  
var texto= new Array(4);
	texto[1]="Vista general de armario.";
	texto[2]="Vista interior armario. Detalle de perchero pantalones.";
	texto[3]="Vista de armario con divisiones interiores.";
	texto[4]="Detalle superior de armario.";

