endereco = location.hostname;  // vai informar www.endereco.com.br
if ( endereco == "" ) thepath = "d:/Clientes/Aprtf/site/";
else                  thepath = "http://" + endereco + "/";

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#9F30CF";
oncolor="#ffffff";
offbgcolor="#CCCCFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=thepath+"menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(centralmenu=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=1;
followscroll="0";
orientation="vertical";
aI("image="+thepath+"imagens/logo-bottom.gif;type=header;align=center;");
aI("text=.:Página principal ;url="+thepath+"main.html;status=Página principal;");
aI("text=.:Histórico        ;showmenu=historico;");
aI("text=.:Diretoria        ;url="+thepath+"diretoria.html;");
aI("text=.:Associados       ;url="+thepath+"associados/associados.html;");
aI("text=.:Eventos          ;showmenu=eventos;");
aI("text=.:Comissões        ;showmenu=comissoes;");
// aI("text=.:Jornal           ;url="+thepath+"jornal.html;");
aI("text=.:Agenda           ;showmenu=agenda;");
aI("text=.:Secretaria       ;showmenu=secretaria;");
// aI("text=.:Links            ;url="+thepath+"links.html;");
// aI("text=.:Livros           ;url="+thepath+";");
aI("text=.:Contate-nos      ;showmenu=fale;");
}

with(centralmenu=new menuname("historico")){
style=menuStyle;
overflow="scroll";
margin=4;
aI("text=.:APrTF                      ;url="+thepath+"historico/aprtf.html;");
aI("text=.:Terapia Familiar no Paraná ;url="+thepath+"historico/parana.html;");
aI("text=Gestões                      ;type=header;align=center;offbgcolor=#CCCCFF;fontweight=bold;separatorcolor=#CCCCCC;separatorsize=3;");
aI("text=.:Gestão 2004                ;showmenu=gestao2004;");
}

  with(centralmenu=new menuname("gestao2004")){
  style=menuStyle;
  overflow="scroll";
  margin=4;
  aI("text=.:Diretoria  ;url="+thepath+"historico/gestao2004/diretoria.html;");
  aI("text=.:Relatórios ;url=#;");
  aI("text=.:Eventos    ;showmenu=eventos2004;");
  }
  with(centralmenu=new menuname("eventos2004")){
  style=menuStyle;
  overflow="scroll";
  margin=4;
  aI("text=.:APrTF               ;url="+thepath+"historico/gestao2004/aprtf.html;");
  aI("text=.:Outras Instituições ;url="+thepath+"historico/gestao2004/outras.html;");
  aI("text=.:Nacionais           ;url="+thepath+"historico/gestao2004/nacionais.html;");
  aI("text=.:Internacionais      ;url="+thepath+"historico/gestao2004/internacionais.html;");
  }



with(centralmenu=new menuname("eventos")){
style=menuStyle;
overflow="scroll";
margin=4;
// aI("text=Paranaenses         ;url="+thepath+"eventos/aprtf.html;");
aI("text=.:APrTF               ;url="+thepath+"eventos/aprtf.html;");
aI("text=.:Outras Instituições ;url="+thepath+"eventos/outras.html;");
aI("text=.:Nacionais           ;url="+thepath+"eventos/nacionais.html;");
aI("text=.:Internacionais      ;url="+thepath+"eventos/internacionais.html;");
}

with(centralmenu=new menuname("comissoes")){
style=menuStyle;
overflow="scroll";
margin=4;
aI("text=.:Atendimento ;url="+thepath+"comissoes/atendimento.html;");
aI("text=.:Eventos     ;url="+thepath+"comissoes/eventos.html;");
aI("text=.:Projetos    ;url="+thepath+"comissoes/projetos.html;");
aI("text=.:Titulação   ;url="+thepath+"comissoes/titulacao.html;");
aI("text=.:Divulgação  ;url="+thepath+"comissoes/divulgacao.html;");
}

with(centralmenu=new menuname("agenda")){
style=menuStyle;
overflow="scroll";
margin=4;
aI("text=.:Cursos      ;url="+thepath+"agenda/cursos.html;");
aI("text=.:Reuniões    ;url="+thepath+"agenda/reunioes.html;");
}

with(centralmenu=new menuname("secretaria")){
style=menuStyle;
overflow="scroll";
margin=4;
aI("text=.:Anuidade           ;url="+thepath+"secretaria/anuidade.html;");
aI("text=.:Estatuto           ;url="+thepath+"secretaria/estatuto.html;");
aI("text=.:Ficha de inscrição ;url="+thepath+"secretaria/ficha_inscricao.html;");
aI("text=.:Regimento interno  ;url="+thepath+"secretaria/regimento.html;");
}

with(milonic=new menuname("fale")){
style=menuStyle;
overflow="scroll";
aI("text=.:APrTF               ;status=Fale com a APrTF;url="+thepath+"contatenos.html;image="+thepath+"menuimages/micro-logo.gif;");
aI("text=.:Construtor do site  ;status=Críticas ou sugestões? Converse com o construtor do site;image="+thepath+"menuimages/acentral.gif;url=http://www.acentralbs.com.br/;target=_blank");
}

drawMenus();
