

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#D1D1E0";
oncolor="#000000";
offbgcolor="#EAEAEA";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=12;
fontsize="105%";
fontfamily="Arial Narrow, Arial, Helvetica, sans-serif";
fontweight="bold"
pagebgcolor="#D1D1E0";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=512;
left=727;
alwaysvisible=1;
orientation="vertical";
aI("text=ASSOCIATION COLLABORATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=associationcollaboration.htm;status=ASSOCIATION COLLABORATION;");
aI("text=CUSTOM SEMINARS;url=customseminars.htm;status=CUSTOM SEMINARS;");
aI("text=SYMPOSIUMS;url=symposium.htm;status=SYMPOSIUMS;");
}

drawMenus();

