
<!--
function jumpTo(URL_List){
   var URL = URL_List.options[URL_List.selectedIndex].value;
   parent.conteudo.location.href = URL;
}

 
function Enviar() { 
if (document.Sub.codigo.value == "" && document.Sub.descricao.value == "" ) { 
    alert ("Favor pesquisar por Codigo ou Descricao") 
    return false } 
}



//-->
