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(LeoMenuOne=new mm_style()){
onborder="1px solid #000000";
padding=2;
fontfamily="tahoma,arial,helvetica,sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.5);Alpha(opacity=85);";
outfilter="RandomDissolve(duration=0.6)";
offbgcolor="#eae8d3";
offcolor="#000000";
onbgcolor="#92b5f2";
oncolor="#000000";
separatorcolor="#666666";
separatorsize=1;
padding=4;
pagebgcolor="#B8DBff";
subimage="images/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=LeoMenuOne;
aI("text=HOME;url=index.html;");
aI("showmenu=Reports;text=News&nbsp;and&nbsp;Reports;");
aI("showmenu=Photos;text=Photographs;");
aI("showmenu=Installations;text=Leo&nbsp;Installations;");
aI("text=Books&nbsp;about&nbsp;LEO;url=books.html;");
aI("text=Members&nbsp;Form;url=inputform.html;");
aI("text=The&nbsp;Sound&nbsp;of&nbsp;Leo;url=sounds.html;");
aI("text=Useful&nbsp;Links;url=links.html");
}

with(milonic=new menuname("Reports")){
style=LeoMenuOne;
margin="5";
aI("text=News&nbsp;&amp;&nbsp;Reports;url=reports.html;");
aI("text=Reunion&nbsp;News;url=reunions.html;");
aI("text=Australian&nbsp;News;url=ausreports.html;");
aI("text=Obituaries;url=obits.html;");
}

with(milonic=new menuname("Installations")){
style=LeoMenuOne;
margin="5";
aI("text=Leo&nbsp;II&nbsp;Installations;url=leo-2s.html;");
aI("text=Leo&nbsp;III&nbsp;Installations;url=leo-3s.html;");
}

with(milonic=new menuname("Photos")){
style=LeoMenuOne;
margin="5";
aI("text=Leo&nbsp;I&nbsp;photographs;url=leo1-photos.html;");
aI("text=Leo&nbsp;II&nbsp;photographs;url=leo2-photos.html;");
aI("text=Leo&nbsp;III&nbsp;photographs;url=leo3-photos.html;");
aI("text=Other&nbsp;photographs;url=other-photos.html;");
}

drawMenus();


