
/// EXAMPLE MENU ///

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


/// Style Definitions ///

with(menuStyle=new mm_style()){
onbgcolor="#CFE2D1";
oncolor="#407348";
offbgcolor="#579b63";
offcolor="#ebf3ec";
bordercolor="#66a26a";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CFE2D1";
separatorsize=1;
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
pagecolor="#ffffff";
pagebgcolor="#83ba8c";
headercolor="#000000";
headerbgcolor="#ffffff";
high3dcolor="#c4d8e6";
low3dcolor="#579b63";
swap3d=1;
}

// Main

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=40;
left=2;
orientation="horizontal";
alwaysvisible=1;
followscroll=1;
aI("text=Alwaysvisible;url=page1-1.htm;");
aI("text=Followscroll;url=page1-2.htm;");
aI("text=Divides;url=page1-3.htm;");
aI("text=Menu Align;url=page1-4.htm;");
aI("text=Menuwidth;url=page1-5.htm;");
aI("text=Open Style;url=page1-6.htm;showmenu=up;");
aI("text=Orientation;url=page1-7.htm;");
aI("text=Screen Position;url=page1-8.htm;");
aI("text=Top;url=page1-9.htm;");
}

with(milonic=new menuname("up")){
style=menuStyle;
aI("text=just a;");
aI("text=submenu;");
}

drawMenus();




