IE4 = (document.all) ? 1 : 0;

function setarPaginaInicial(oForm) {
  if (IE4) {
    oForm.style.behavior="url(#default#homepage)";
    oForm.setHomePage("http://www.somap.org.br/");
    return false;
  }
  else {
    janela=window.open('http://www.somap.org.br/portal/plus/inicial.html', 'html', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=20,left=50,width=316,height=380')
    janela.focus();
  }
}

function adicionarFavoritos() {
  var bookmarkurl="http://www.somap.org.br";
  var bookmarktitle="Somap - Sociedade dos Médicos Auditores do Paraná";
  var message;
  if (IE4)
    window.external.AddFavorite(bookmarkurl,bookmarktitle);
  else {
    janela=window.open('http://www.somap.org.br/portal/plus/favoritos.html', 'favoritos', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=20,left=50,width=316,height=380')
    janela.focus();
  }
}

function indicarPortal() {
  janela=window.open('http://www.somap.org.br/popup/contato/indicacao.asp', 'indicar', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=20,left=50,width=400,height=450')
  janela.focus();
}