function redirect(url) { location.href = url; }
function changeImage(src) {
	document.getElementById('produto_foto').src = src;
	return false;
}
