if (document.images) 
{
	img1 = new Image();
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	img5 = new Image();
	img6 = new Image();
	img7 = new Image();
	img8 = new Image();
	img1.src = "../fondos/fondobanner.png";
	img2.src = "../fondos/fondobanner01.png";
	img3.src = "../fondos/fondobanner02.png";
	img4.src = "../fondos/fondobanner03.png";
	img5.src = "../fondos/fondobanner04.png";
	img6.src = "../fondos/fondobanner05.png";
	img7.src = "../fondos/fondobanner06.png";
	img8.src = "../fondos/fondobanner07.png"
}

