// JavaScript Document
function obreMapa(url){
	var finestra=window.open(url,'mapa','width=500px, height=550px');
}
function canviaFoto(imatge){
	document.foto.src="images/"+imatge;
}