function changeImage(src){
	window.document.getElementById('fotogrande').src = src;
	window.document.getElementById('foto_link').href= src;
}
