// JavaScript Document
function cambiarImagen(img, newSrc)
{
	img.src = newSrc;
}
