img= ["image1.src", "image2.src", "image3.src", "image4.src"]

var image = new Array(4);
if (document.images) {
  image1 = new Image();
  image1.src = "xalo/xalo1.jpg";
  image2 = new Image();
  image2.src = "xalo/xalo2.jpg";
  image3 = new Image();
  image3.src = "xalo/xalo3.jpg";
  image4 = new Image();
  image4.src = "xalo/xalo4.jpg";
  }
  
var texto= new Array(4);
	texto[1]="Vista de foto en puerta Rústica ciega.";
	texto[2]="Vista de foto en puerta Rústica ciega.";
	texto[3]="Vista de foto en puerta Rústica con cristales.";
	texto[4]="Vista de foto en puerta Rústica ciega.";

