miArray = new Array ("images/numeros/0.gif",
					 "images/numeros/1.gif",
					 "images/numeros/2.gif",
					 "images/numeros/3.gif",
					 "images/numeros/4.gif",
					 "images/numeros/5.gif",
					 "images/numeros/6.gif",
					 "images/numeros/7.gif",
					 "images/numeros/8.gif",
					 "images/numeros/9.gif",
					 "images/numeros1/0.gif",
					 "images/numeros1/1.gif",
					 "images/numeros1/2.gif",
					 "images/numeros1/3.gif",
					 "images/numeros1/4.gif",
					 "images/numeros1/5.gif",
					 "images/numeros1/6.gif",
					 "images/numeros1/7.gif",
					 "images/numeros1/8.gif",
					 "images/numeros1/9.gif",
					 "images/izqa.gif",
					 "images/dera.gif");

for(cont=0;cont<miArray.length;cont++){
	eval("imagen" + cont + " = new Image();"); 
	eval("imagen" + cont + ".src = " + "\"" + miArray[cont] + "\";"); 
}
/*cont=0;
function pruebaCarga(){
	if(eval("imagen"+cont).complete == true){
		window.defaultStatus="Imagen"+cont+ "/" + miArray.length + " CARGADA"; 
		cont++;
	}
	if(cont<miArray.length) setTimeout('pruebaCarga()',500);
	else{
		window.defaultStatus="Carga de imágenes TERMINADA";
		window.open("inicio.html","MenuPrincipal","fullscreen=yes");
	}
}*/
