img= ["image1.src", "image2.src", "image3.src", "image4.src", "image5.src", "image6.src", "image7.src", "image8.src", "image9.src", "image10.src", "image11.src", "image12.src"]

var image = new Array(12);
if (document.images) {
  image1 = new Image();
  image1.src = "oficina/oficinag1.jpg";
  image2 = new Image();
  image2.src = "oficina/oficinag2.jpg";
  image3 = new Image();
  image3.src = "oficina/oficinag3.jpg";
  image4 = new Image();
  image4.src = "oficina/oficinag4.jpg";
  image5 = new Image();
  image5.src = "oficina/oficinag5.jpg";
  image6 = new Image();
  image6.src = "oficina/oficinag6.jpg";
  image7 = new Image();
  image7.src = "oficina/oficinag7.jpg";
  image8 = new Image();
  image8.src = "oficina/oficinag8.jpg";
  image9 = new Image();
  image9.src = "oficina/oficinag9.jpg";
  image10 = new Image();
  image10.src = "oficina/oficinag10.jpg";
  image11 = new Image();
  image11.src = "oficina/oficinag11.jpg";
  image12 = new Image();
  image12.src = "oficina/oficinag12.jpg";  
  }
var texto= new Array(12);
	texto[1]="Puerta de entrada en Madera de Haya tintada.";
	texto[2]="Detalle grosor de puerta de entrada.";
	texto[3]="Vista de puerta de entrada desde el interior.";
	texto[4]="Vista general de puerta de entrada.";
	texto[5]="Armario empotrado en madera de haya.";
	texto[6]="Puerta de interior, en haya tintada y barnizada.";
	texto[7]="Revestimiento de oficina en madera.";
	texto[8]="Puerta de interior.";
	texto[9]="Vista de puerta de interior.";
	texto[10]="Revestimiento en madera de haya.";
	texto[11]="Estanterías en madera barnizadas.";
	texto[12]="Mueble de baño.";		

