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=-20;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
align='center';
borderwidth='1';
bordercolor='#ffffff';
clickbgcolor='#9ec7ac';
fontsize='75%';
fontweight='bold';
offbgcolor='#447756';
offborder='#447756';
offcolor='#ffffff';
onbgcolor='#9ec7ac';
onborder='#9ec7ac';
oncolor='#ffffff';
outfilter='randomdissolve(duration=0.4)';
padding='5';
pagebgcolor='#9ec7ac';
pageborder='#9ec7ac';
pagecolor='#ffffff';
separatorcolor='#ffffff';
separatorsize='1';
padding='8';
}

with(submenuStyle=new mm_style()){
align='center';
borderwidth='1';
bordercolor='#ffffff';
clickbgcolor='#9ec7ac';
fontsize='75%';
fontweight='bold';
offbgcolor='#447756';
offborder='#447756';
offcolor='#ffffff';
onbgcolor='#9ec7ac';
onborder='#9ec7ac';
oncolor='#ffffff';
outfilter='randomdissolve(duration=0.4)';
padding='5';
pagebgcolor='#9ec7ac';
pageborder='#9ec7ac';
pagecolor='#ffffff';
separatorcolor='#ffffff';
separatorsize='1';
padding=8;
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
}

with(milonic=new menuname("subAbout")){
overflow="scroll";
style=submenuStyle;
aI("text=About us;url=/about_us.html;");
aI("text=Code of conduct;url=/about_codeofconduct.html;");
aI("text=Testimonials;url=/about_testimonal.html;");
aI("text=Application process;url=/about_appprocess.html;");
}

with(milonic=new menuname("subNews")){
overflow="scroll";
style=submenuStyle;
aI("text=In the media;url=/news_media.html;");
aI("text=Public notices;url=/news_notices.html;");
aI("text=Events;url=/news_events.html;");
}

with(milonic=new menuname("subProfiles")){
overflow="scroll";
style=submenuStyle;
aI("text=Introduction;url=/profiles_intro.html;");
aI("text=Fully accredited;url=/profiles_fullyaccredited.html;");
aI("text=In training;url=/profiles_training.html;");
aI("text=The nursery;url=/profiles_nursery.html;");
aI("text=Paws to remember;url=/profiles_pawstoremember.html;");
}

with(milonic=new menuname("subHelp")){
overflow="scroll";
style=submenuStyle;
aI("text=Introduction;url=/help_intro.html;");
aI("text=Become an associate member;url=/help_membership.html;");
aI("text=Sponsor our dogs;url=/help_sponsorourdogs.html;");
aI("text=Corporate sponsorship;url=/help_corpsponsors.html;");
aI("text=Supporters;url=/help_supporters.html;");
aI("text=Purchase our merchandise;url=/help_store.html;");
}

with(milonic=new menuname("subMyths")){
overflow="scroll";
style=submenuStyle;
aI("text=Diabetes myths;url=/stories_diabetesmyths.html;");
aI("text=Hypo stories;url=/stories_hypos.html;");
}

drawMenus();