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="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Century Gothic, Verdana, Tahoma, Arial";
fontsize="95%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3B7C06";
offcolor="#000000";
onbgcolor="#5E992E";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=10;
pagebgcolor="#3B7C06";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
style=menuStyle;
top=0;
left=0;
aI("showmenu=artwork;text=artwork;url=artwork.html;");
aI("showmenu=architectural;text=architectural;url=architectural.html;");
aI("showmenu=museum;text=museum displays;url=museum.html;");
aI("text=contact;url=contact.html;");
aI("text=home;url=index.html;");
}


with(milonic=new menuname("artwork")){
style=menuStyle;
aI("text=pen and ink;url=artwork_penandink.html;");
aI("text=pencil;url=artwork_pencil.html;");
aI("text=coloured pencil;url=artwork_coloured.html;");
aI("text=watercolour;url=artwork_watercolour.html;");
aI("text=pen and ink with watercolour wash;url=artwork_peninkwater.html;");
aI("text=technical drawings;url=artwork_technical.html;");
}

with(milonic=new menuname("architectural")){
style=menuStyle;
aI("text=bowen residence;url=bowen.html;");
aI("text=fulbrook residence;url=fulbrook.html;");
aI("text=hosie residence;url=hosie.html;");
aI("text=lavender farm;url=lavender.html;");
aI("text=leezee residence;url=leezee.html;");
aI("text=mitchell residence;url=mitchell.html;");
aI("text=rivers crossing house;url=riverscrossing.html;");
aI("text=rivers crossing treehouse;url=treehouse.html;");
aI("text=sooke highlands community centre;url=sooke.html;");
aI("text=thorburn residence;url=thorburn.html;");
}

with(milonic=new menuname("museum")){
style=menuStyle;
aI("text=steveston cannery;url=museum_steveston.html;");
aI("text=old crow visitor centre;url=museum_oldcrow.html;");
aI("text=lake cowichan forest research station;url=museum_cowichan.html;");
aI("text=wickaninnish;url=museum_wick.html;");
}

drawMenus();


