function change(imageID, nuevoSrc)
{
	$(imageID).src = nuevoSrc;
}