_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=50            // Sub menu left offset
_left="offset=20px";

with(mainStyle=new mm_style()){
oncolor="#990000";
offcolor="#000000";
fontsize="18px";
fontweight="bold";
fontfamily="Courier New, Courier, monospace";
decoration="none";
onclass="menuClass";
offclass="menuClass";
separatorsize=83;
align='center';
}

with(subStyle=new mm_style()){;
oncolor="#990000";
offcolor="#000000";
decoration="none";
padding=5;
fontsize="12px";
fontweight="bold";
fontfamily="Courier New, Courier, monospace";
align='center';
bordercolor='#000000';
borderstyle='solid';
borderwidth=1;
offbgcolor='#FFFFFF';
onborder='1px solid #eeeeee';
onborder='1px solid #cccccc';
onbgcolor='#eeeeee';
clickbgcolor='#FF9900';
onclass="menuClass2";
offclass="menuClass2";
}

with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=135;
menuwidth="800px"
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=ABOUT;url=http://www.t-o-m-m-y.com/clients/gallery384/about.html;");
aI("text=EXHIBITIONS;showmenu=exhibitions;");
}

with(milonic=new menuname("exhibitions")){
style=subStyle;
aI("text=UPCOMING EXHIBITIONS;url=http://www.t-o-m-m-y.com/clients/gallery384/upcoming.html;");
aI("text=PAST EXHIBITIONS;url=http://www.t-o-m-m-y.com/clients/gallery384/past.html;");
}

drawMenus();