fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
image="images/menubullet.gif";
itemheight=25;
itemwidth=173;
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontweight="bold";
offclass="closed";
onclass="open";
pageclass="currenturl";
padding=6;
separatorcolor="#883a82";
separatorsize=1;
}



with(subStyle=new mm_style()){
itemheight=25;
itemwidth=270;
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontweight="bold";
offclass="subclosed";
onclass="subopen";
pageclass="subcurrenturl";
padding=6;
separatorcolor="#883a82";
separatorsize=1;
}


with(milonic=new menuname("ABOUT")){
style=subStyle;
aI("text=About Us;url=about.php;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;")
aI("text=Our Trainers;url=team.php;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;")
}

with(milonic=new menuname("COURSES")){
style=subStyle;
aI("status=Marriage;text=Marriage;url=courses.php?cat=Marriage;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");
/*aI("status=Marriage;text=Marriage;url=marriage-celebrant.php;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");*/
aI("status=Funeral;text=Funeral;url=courses.php?cat=Funeral;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");
aI("status=Ongoing Professional Development;text=Ongoing Professional Development;url=courses.php?cat=Ongoing Professional Development;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");
/*aI("status=Small Business Management;text=Small Business Management;url=courses.php?cat=Small Business Management;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");*/
aI("status=Dual Qualification;text=Recognition of Prior Learning;url=courses.php?cat=Dual Qualification;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");
aI("status=Refreshers for Marriage Celebrants;text=Small Business Management;url=courses.php?cat=Small Business Management;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");
aI("status=Directing Life Ceremonies;text=Directing Life Ceremonies;url=courses.php?cat=Directing Life Ceremonies;offbgcolor=#661b60;oncolor=#0aa8b5;onbgcolor=#661b60;");


}


drawMenus();

