
_menuCloseDelay=500    // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150     // The time delay before menus open on mouse over
_subOffsetTop=10       // Sub menu top offset
_subOffsetLeft=-10     // Sub menu left offset

with(menuStyle=new mm_style()){
orientation="vertical";
followscroll=0;
alwaysvisible=0;
overflow="scroll";
onbgcolor="#990000";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#939393";
separatorsize="1";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/nav/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("biographyMenu")){
style=menuStyle;
followscroll=0;
aI("text=&nbsp;Introduction &nbsp;url=./biography.htm;status=Introduction to the Biography section;");
aI("text=&nbsp;Exhibition list &nbsp;url=./bio_exhibit.htm;status=Exhibition list;");
}


with(milonic=new menuname("catalogueMenu")){
style=menuStyle;
aI("text=&nbsp;Introduction &nbsp;url=./catalogue.htm;status=Introduction to the Catalogue section");
aI("text=&nbsp;Figurative &nbsp;url=./cat_figurative.htm;status=Figurative");
aI("text=&nbsp;Constructions &nbsp;url=./cat_cons.htm;status=Constructions");
aI("text=&nbsp;Abstract Paintings &nbsp;url=./cat_paintings.htm;status=Paintings");
aI("text=&nbsp;Abstract Prints &nbsp;url=./cat_prints.htm;status=Prints");
}

with(milonic=new menuname("bibliographyMenu")){
style=menuStyle;
aI("text=&nbsp;Introduction &nbsp;url=./bibliography.htm;status=Introduction to the Bibliography section");
}

with(milonic=new menuname("educationMenu")){
style=menuStyle;
aI("text=&nbsp;Introduction &nbsp;url=./education.htm;status=Introduction to the Education section");
}

with(milonic=new menuname("peterleeMenu")){
style=menuStyle;
aI("text=&nbsp;Introduction &nbsp;url=./peterlee.htm;status=Introduction to the Peterlee section");
}

with(milonic=new menuname("maltaMenu")){
style=menuStyle;
aI("text=&nbsp;Introduction &nbsp;url=./malta.htm;status=Introduction to the Malta section");
}

drawMenus();
