function setFoto(foto,map){
	document.getElementById("foto").src="images/" + map + "/" + foto + ".jpg";
}
