

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset



with(menuStyle=new mm_style()){
itemheight="20"
align="center"
onbgcolor="none";
oncolor="#FCB52C";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="#fffffff";
borderstyle="solid";
borderwidth=0;
separatorimage="imagens/dash.gif";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pageclass="mouseoff";
pagebgcolor="none";
headercolor="none";
headerbgcolor="none";
subimage="arrow2.gif";
subimagepadding="5";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}
with(submenuStyle=new mm_style()){
itemheight="20"
itemwidth="113"
onbgcolor="#849E72";
oncolor="#FCB52C";
offbgcolor="#849E72";
offcolor="#ffffff";
bordercolor="#B4B4B4";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A8BB9A";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pageclass="mouseoff";
pagecolor="none";
pagebgcolor="none";
headercolor="none";
headerbgcolor="none";
subimagepadding="5";
overfilter="Fade(duration=0);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=8;
left=292;
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
aI("text=home;url=index.htm;target=_self;");
aI("text=a albatroz;showmenu=albatroz;");
aI("text=nossas empresas;showmenu=empresas;");
aI("text=imprensa;url=imprensa.htm;target=_self;");
aI("text=contatos;url=contatos.htm;target=_self;");
}

with(milonic=new menuname("albatroz")){
style=submenuStyle;
top=35;
left=337;
orientation="vertical";
aI("text=empresa;url=empresa.htm;target=_self;");
aI("text=estratégia de negócios;url=investimentos.htm;target=_self;");
aI("text=equipe;url=equipe.htm;target=_self;");
}

with(milonic=new menuname("empresas")){
style=submenuStyle;
top=35;
left=418;
orientation="vertical";
aI("text=megadata;url=megadata.htm;target=_self;;");
aI("text=m-cash;url=mcash.htm;target=_self;");
aI("text=sack's;url=sacks.htm;target=_self;;");
aI("text=glamour;url=glamour.htm;target=_self;");
aI("text=netquant;url=netquant.htm;target=_self;;");
aI("text=ifranquia;url=ifranquia.htm;target=_self;");
}
drawMenus();

