
//*********************** SUB NAVIGATION LAYOUT ***********************//
//*********************************************************************//

_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=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

// ----------------------- SUB NAVIGATION MENUS -----------------------//





// ----------------------- SUB NAVIGATION MENU EXAMPLE -----------------------//
with(milonic=new menuname('about')) { 
	style=submenuStyle;
	menuwidth=190;
	margin=5;
	aI("text=Executive;url=/index.php?pageId=executive;");
	aI("text=Mandate;url=/index.php?pageId=mandate;");
	aI("text=Training;url=/index.php?pageId=training;");
	aI("text=Funding;url=/index.php?pageId=funding;");
	aI("text=Service;url=/index.php?pageId=what-to-expect;");
	aI("text=Privacy Statement;url=/index.php?pageId=privacy;");
}
with(milonic=new menuname('services')) { 
	style=submenuStyle;
	menuwidth=190;
	margin=5;
	aI("text=Avoiding Pregnancy;url=/index.php?pageId=avoiding-pregnancy;");
	aI("text=Breast Feeding;url=/index.php?pageId=breast-feeding;");
	aI("text=Achieving Pregnancy;url=/index.php?pageId=achieving-pregnancy;");
	aI("text=Sex Pre-Selection;url=/index.php?pageId=sex-pre-selection;");
	aI("text=Post-Hormonal Fertility;url=/index.php?pageId=post-hormonal-fertility;");
	aI("text=PMS;url=/index.php?pageId=pms;");
	aI("text=Peri-Menopause;url=/index.php?pageId=peri-menopause;");
	aI("text=Correspondence;url=/index.php?pageId=correspondance;");
}
with(milonic=new menuname('programs')) { 
	style=submenuStyle;
	menuwidth=190;
	margin=5;
	aI("text=Womanhood;url=/index.php?pageId=womanhood;");
	aI("text=Relationships;url=/index.php?pageId=relationships;");
	aI("text=Sub-Fertility;url=/index.php?pageId=sub-fertility;");
	aI("text=Ante-Natal;url=/index.php?pageId=ante-natal;");
	aI("text=Breastfeeding;url=/index.php?pageId=breastfeeding;");
	aI("text=Parenting;url=/index.php?pageId=parenting;");
	aI("text=Schools;url=/index.php?pageId=schools;");
	aI("text=Further Education;url=/index.php?pageId=further-education;");
	aI("text=Health Care Professionals;url=/index.php?pageId=health-care-prof;");
}
with(milonic=new menuname('Clients')) { 
	style=submenuStyle;
	menuwidth=110;
	margin=5;
	aI("text=Clients' Login;url=/clients/;");
	aI("text=About the service;url=/clients/about_service.php;");
	aI("text=Make Me a Client;url=https://www.safeshop.co.nz/acnfp/clients/apply.php;");
	
}
with(milonic=new menuname('contact')) { 
	style=submenuStyle;
	menuwidth=190;
	margin=5;
	aI("text=Look up your Local Centre;url=/lookup-centre-form.php;");
	aI("text=Request Clinical Services;url=/clinical-contact-form.php;");
	aI("text=Request Community Programs;url=/community-contact-form.php;");
	aI("text=Send us an E-mail;url=/index.php?pageId=general-contact-form");
}

