function escolher(valor){
	location.href = 'produtos.php?id='+valor;
}

function showContentGoogleMaps() {
	document.getElementById('conteinerMap').className = 'ativo';
}
function vazaContentGoogleMaps() {
	document.getElementById('conteinerMap').className = 'inativo';
}