// JavaScript Document
with(menuStyle2=new mm_style()){
bordercolor="#EEEEEE";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#EEEEEE";
headercolor="#000000";
offbgcolor="#EEEEEE";
offcolor="#666666";
onbgcolor="#EEEEEE";
oncolor="#AA0000";
padding=2;
pagebgcolor="#EEEEEE";
pagecolor="#AA0000";
separatorcolor="#CCCCCC";
separatorsize=1;
}

with(new menuname("Secundario")){
style=menuStyle2;
top=1;
left=1;
orientation="horizontal";
position="relative";
alwaysvisible=1;
aI("text=&nbsp;&nbsp;home&nbsp;;url=http://www.siamfesp.org.br");
aI("text=&nbsp;&nbsp;área restrita&nbsp;;url=http://www.siamfesp.org.br/novo/restrita/login.htm");
aI("text=&nbsp;&nbsp;localização&nbsp;;url=http://www.siamfesp.org.br/novo/conteudo/localiza.htm;target=windowname;targetfeatures=width=525,height=500,status,scrollbars,resizable");
aI("text=&nbsp;&nbsp;mapa do site&nbsp;url=http://www.siamfesp.org.br/novo/conteudo/mapa.htm;");
aI("text=&nbsp;&nbsp;agenda&nbsp;url=http://www.siamfesp.org.br/novo/conteudo/servicos/agenda.asp;");
aI("text=&nbsp;&nbsp;contato&nbsp;url=http://www.siamfesp.org.br/novo/conteudo/contato.htm;");
aI("offbgcolor=#AA0000;offcolor=#FFFFFF;text=&nbsp;CIC&nbsp;url=http://www.siamfesp.org.br/novo/conteudo/atuacao/cic.asp;");
}
drawMenus();