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=-2;




with(menuStyle=new mm_style()){
bordercolor="#fff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A39161";
offcolor="#000000";
onbgcolor="#470202";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#470202', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#770404";
pagecolor="#fff";
separatorcolor="#fff";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=128;
screenposition="center";
align="center"
//aI("status=Welcome to The Englishman;text=&nbsp;&nbsp;Welcome to The Englishman&nbsp;&nbsp;;url=Main.asp;");
aI("status=The Englishman Galleries;text=&nbsp;&nbsp;The Englishman Galleries&nbsp;&nbsp;;url=Main.asp?Screen=Galleries;");
aI("showmenu=Collection;text=&nbsp;&nbsp;View Our Collection&nbsp;&nbsp;;");
//aI("status=Interior Design Services;text=&nbsp;&nbsp;Interior Design Services&nbsp;&nbsp;;url=Main.asp?Screen=InteriorDesign;");
aI("status=Contact The Englishman;text=&nbsp;&nbsp;Contact The Englishman&nbsp;&nbsp;;url=Main.asp?Screen=Contact;");
//aI("status=Search Inventory;text=&nbsp;&nbsp;Search Inventory&nbsp;&nbsp;;url=Main.asp?Screen=Search;");
aI("status=Wish List;text=&nbsp;&nbsp;My Wish List&nbsp;&nbsp;;url=Main.asp?Screen=WishList;");
aI("status=Upcoming Events;text=&nbsp;&nbsp;Upcoming Events&nbsp;&nbsp;;url=Main.asp?Screen=UpcomingEvents;");
}

with(milonic=new menuname("Collection")){
overflow="scroll";
style=menuStyle;
aI("text=Paintings;url=Main.asp?Screen=CatalogType&CID=84;")
aI("text=Furnishings;url=Main.asp?Screen=CatalogType&CID=85;")
aI("text=Accessories;url=Main.asp?Screen=CatalogType&CID=130;")
aI("text=Saxe-Coburg-Gotha;url=Main.asp?Screen=CatalogType&CID=506;")
aI("text=Recent Acquisitions;url=Main.asp?Screen=CatalogRecent&CID=508;")
aI("text=Recent Sales;url=Main.asp?Screen=CatalogCategory&CID=502;")
}

drawMenus();


