origem = ""; if(origem=="pesquisa"){ try{ switch(notfoundSecao){ case "F": origem = "federal"; break; case "T": case "P": origem = "trabalhista"; break; case "E": origem = "estadual"; origem += "_"+notfoundEstado; break; case "M": origem = "municipal"; origem += "_"+notfoundMunicipio; break; } }catch(e){ erro = 1; } } function abreAjuda(){ largura = 360; altura = 330; centroTop = screen.height/2 - altura/2; centroLeft = screen.width/2 - largura/2; urlJan='http://www.fiscosoft.com.br/notfound.php?d=1'; urlJan = urlJan+'&secaoOrigem='+origem; window.open(urlJan, 'janNotFound', 'status=0, resizable=0, location=0, toolbar=0, scrollbars=0, width='+largura+', height='+altura+', directories=0, menubar=0, titlebar=0, top='+centroTop+',left='+centroLeft); } document.write("");