_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleVert=new mm_style()){
onbgcolor="#FFFF00";
oncolor="#1D3B23";
offbgcolor="#000066";
offcolor="#FFFF00";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="../../figuras/submenu_arrow_down-off.gif";
onsubimage="../../figuras/submenu_arrow_right-on.gif";
high3dcolor="#FFFFFF";
low3dcolor="#367E45";
swap3d=1;
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=50;
left=0;
itemwidth=127;
alwaysvisible=1;
aI("image=../../figuras/usa.gif;text=This site in English;url=../../en_index.htm;target=_parent;");
aI("image=../../figuras/fundo1b.gif;");
aI("text=Editorial;url=../../ECC3/editorial.htm;target=conteudo;");
aI("text=Editoriais eCC anteriores;showmenu=editoriais;target=conteudo;onfunction=openSubmenu();offfunction=closeSubmenu();");
}

drawMenus();


