function mnuTopo_GoPage()
{
  window.open("topbar.html","topbar")
  var x=document.forms[0].elements[0].selectedIndex
  if (x==0){}
  if (x==1){parent.main.location.href="../../basica/procura/index.html"}
  if (x==2){parent.main.location.href="../../flash/index.html"}
  if (x==3){parent.main.location.href="../solucoes/index.html"}
  if (x==4){parent.main.location.href="../produtos/index.html"}
  if (x==5){parent.main.location.href="../../apresentacao/index.html"}
  if (x==6){parent.main.location.href="../orcamento/index.html"}
  if (x==7){parent.main.location.href="../consulta/index.html"}
  if (x==8){parent.main.location.href="../dicas/index.html"}
  if (x==9){parent.main.location.href="../../novidades/index.html"}
  if (x==10){parent.main.location.href="../contato/index.html"}
  if (x==11){parent.main.location.href="../../basica/ajuda/index.html"}
  if (x==12){parent.main.location.href="../../basica/mapa/index.html"}
  if (x==13){parent.main.location.href="../../basica/common/index_emdesenv.html"}
  if (x==null){alert('Ocorreu um erro. Favor recarregar a página.')}
}

function mnuTopo()
{
  document.write('<font face=arial size=-1><b><SELECT onChange="mnuTopo_GoPage()">')
  document.write('<OPTION SELECTED>< - - Escolha uma seção - - >')
  document.write('<OPTION>Procurar Por')
  document.write('<OPTION>Tela Inicial')
  document.write('<OPTION>Soluções')
  document.write('<OPTION>Produtos')
  document.write('<OPTION>Apresentação')
  document.write('<OPTION>Orçamento')
  document.write('<OPTION>Consulta Técnica')
  document.write('<OPTION>Dicas e Garantias')
  document.write('<OPTION>Novidades')
  document.write('<OPTION>Contato')
  document.write('<OPTION>Ajuda')
  document.write('<OPTION>Mapa do Site')
  document.write('<OPTION>Obras Realizadas')
  document.write('</SELECT>')
}
