function imageTemp() {
	img1 = new Image();
	img1.src = "pictures/cargando.gif";
}

function cambiarFoto(id) {
	var foto = document.getElementById("fotogrande");
	foto.src="pictures/cargando.gif";
	foto.src="pictures/"+id+".jpg";
}