// JavaScript Document

function cambiaFoto(sPathFoto)
{
	document.getElementById("fotoGallery").innerHTML = '<a href="' + sPathFoto + '" target="_blank"><img width="450" src="'+ sPathFoto + '" border="0" alt="Image"></a>'
}
