function tipo(opcao) {
Icombo = opcao.selectedIndex;
  location.href="canal_martinelli.php?opcao="+document.form_categoria.opcao.options[Icombo].value+"";
}
