
_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=40                          // Follow scrolling Rate
_subOffsetTop=5    // Sub menu top offset
_subOffsetLeft=-3  // Sub menu left offset
_scrollAmount=3                         // Only needed for Netscape 4.x
_scrollDelay=20                         // Only needed for Netcsape 4.x

with(menuStyle=new mm_style())
{
  oncolor="#03BAE4";
offcolor="#000000";
borderstyle="solid";
borderwidth="0";
separatorcolor="#38B2DB";
separatorwidth="1";
separatorheight="11";
separatoralign="left";
padding="0";
fontsize="12px";
fontstyle="normal";
fontfamily="arial";
subimagepadding="0";
itemwidth="90";
margin="0";
align="center";
valign="middle";

}
with(menuStyle2=new mm_style())
{
  onbgcolor="#010101";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#010101";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorsize="1";
separatorcolor="#eeeeee";
padding="3";
fontsize="11";
fontstyle="normal";
fontfamily="century gothic";
subimage="/SiteResources/Data/Templates/Images/arrow_rt_000000.gif";
onsubimage="/SiteResources/Data/Templates/Images/arrow_rt_ffffff.gif";
imagewidth="0";
subimagepadding="4";
itemwidth="130";
align="left";

}
with(milonic=new menuname("Main Menu"))
{
style=menuStyle;
margin="0";
menuheight="11px";
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("url=/home;status=HOME;showmenu=HOME_514;text=HOME;itemwidth=120;"); 
aI("url=/exhibits/search;status=EXHIBITIONS;text=EXHIBITIONS;itemwidth=120;"); 
aI("url=/exhibits;status=EXPLORE;text=EXPLORE;itemwidth=140;"); 
aI("url=/booking;status=BOOKING;text=BOOKING;itemwidth=120;"); 
aI("url=/services;status=SERVICES;text=SERVICES;itemwidth=120;"); 
aI("url=/contact;status=CONTACT;text=CONTACT;itemwidth=120;"); 
}
with(milonic=new menuname("HOME_514"))
{
style=menuStyle2;
aI("url=/More;status=more to love;text=more to love;"); 
}


