fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;	
_subOffsetLeft=0;	//_subOffsetLeft=2;	





with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee"; //"#F9DCB2"
offcolor="#000000";
onbgcolor="#ddffdd"; //"#C5FFC5" "#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=244;
screenposition="center";
followscroll=1;
aI("text=Home Page;url=index.html;");
aI("text=The Function Room;url=function.html;");
aI("text=The Lounge & Bar;url=bar.html;");
aI("text=The Dining Room;url=dining.html;");
aI("text=History of The Armoury;url=history.html;");
aI("text=About Us;url=about.html;");
}

/*with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home Page;status=Back To Main Page;url=index.html;");
}

with(milonic=new menuname("Function")){
overflow="scroll";
style=menuStyle;
aI("text=The Function Room;url=function.html;");
}
*/
drawMenus();

