_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_down-on.gif";
high3dcolor="#FFFFFF";
low3dcolor="#FCF3E0";
swap3d=1;
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=50;
left=0;
itemwidth=127;
alwaysvisible=1;
aI("image=../../figuras/brasil.gif;text=This site in Portuguese;showmenu=home;url=../../index.htm;target=_parent;");
}

drawMenus();


