var Produto={
	detalhes:function(nomeProduto, id, cpt){
		location='index.php?'+nomeProduto+'&produto='+id+'&cpt='+cpt;
	}
}
