function changeColor(image) {
	document.foto_destaque.src = image;
	return false;
}