

_menuCloseDelay=250           // 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()){
onbgcolor="#e5c483";
oncolor="#2A0505";
offbgcolor="#f2e4cd";
offcolor="#351111";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="FFFFFF";
itemwidth=100;
separatorsize="1";
padding=7;
itemheight=22;
fontsize="11";
fontstyle="normal";
pagecolor="#990066";
pagebgcolor="#f2e4cd";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#D9D0BD', Direction=130, Strength=2)";
outfilter='Fade(duration=0.2)'
}


with(milonic=new menuname("mainmenu")){  
style=menuStyle; alwaysvisible=0; left=-1; top=-1;
aI("text=Current Members;url=current_members.htm;"); 
aI("text=Become a Member;;url=become_member.htm;");  
}

with(milonic=new menuname("about")){
style=menuStyle; left=340; top=-1; 
aI("text=What we do;url=about_what_we_do.htm;");
aI("text=Our Ethos & Values;url=about_ethos.htm;");
aI("text=Our Organisation;url=about_organisation.htm;");
aI("text=Our Constitution;url=about_constitution.htm;");
aI("text=Download PDF of Strategic Plan 2008-2012;url=download-strategy.htm;");
aI("text=Download PDF of Outcome Evaluation - A Pilot Study;url=download-reports-other.htm;");
aI("text=Download PDF of In Just ONE Day On the 4th November 2008;url=download-reports-other.htm;");
aI("text=Download PDF of Safety and Change;url=download-reports-other.htm;");
aI("text=Download PDF of On the 4th November 2008;url=download-reports-other.htm;");
aI("text=Background;url=about_background.htm;");
}

with(paul=new menuname("links")){
style=menuStyle; left=602; top=-1; 
aI("text=Links;url=links.htm;");
aI("text=Research References;url=links_research.htm;");
}

drawMenus();

