function Flash(src) { document.write(src); } function exibeOpcaoMenu(sElemento,sDisplay) { var oElemento = document.getElementById("MENU_"+sElemento.toUpperCase()); if(oElemento != null) oElemento.style.display = sDisplay; return; } function ocultaOpcoesMenu(oElemento) { var voElementoFilho = oElemento.childNodes; if(oElemento != null) for(var nCount = 0; nCount < voElementoFilho.length; nCount++) if(voElementoFilho[nCount].tagName == 'DIV') voElementoFilho[nCount].style.display = 'none'; return; } function abrir(URL) { alert('ABRIE'); var width = 700; var height = 600; var left = 99; var top = 99; window.open(URL,'tr', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no'); } function validar(){ if(document.getElementById("formUsu").login.value == "" || document.getElementById("formUsu").senha.value == ""){ alert("Favor insira o LOGIN e a SENHA válida. Grato!"); return false; } return true; } function validnf(){ if(document.getElementById("formNF").NNF.value == "" || document.getElementById("formNF").CGC.value == ""){ alert("Favor insira o número da NF e o número do CNPJ. Grato!"); return false; } return true; } function validbol(){ if(document.getElementById("formBol").TIT.value == "" || document.getElementById("formBol").CGC.value == ""){ alert("Favor insira o número do Titulo e o número do CNPJ. Grato!"); return false; } return true; }