function ampliarFoto(domini,nom_foto){
	window.open("http://"+domini+"/popup.php?imatge="+escape(nom_foto),'foto0','height=370,width=370');
}
