_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

with(mainmenuStyle=new mm_style()){
  outfilter="Fade(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#339900";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#ffffff";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth=200;
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/iso-scheme/;text=The ISO Scheme;"); 
aI("url=http://www.iombudsman.org.nz/iso-scheme/background;text=Background;");
aI("url=http://www.iombudsman.org.nz/iso-scheme/iso-structure;text=The ISO Structure;");
aI("url=http://www.iombudsman.org.nz/iso-scheme/iso-rules-and-terms-reference;text=ISO Rules &amp; Terms of Reference;");
}

with(milonic=new menuname("whatwedo")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/what-we-do/;text=What We Do;");
aI("url=http://www.iombudsman.org.nz/what-we-do/complaints-iso-can-consider;text=Complaints the ISO can consider;");
aI("url=http://www.iombudsman.org.nz/what-we-do/complaints-about-iso-scheme;text=Complaints about the ISO Scheme;");
aI("url=http://www.iombudsman.org.nz/what-we-do/who-can-use-iso-service;text=Who can use the ISO service;");
aI("url=http://www.iombudsman.org.nz/what-we-do/iso-privacy-policy;text=ISO Privacy Policy;");
}

with(milonic=new menuname("complaint")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/making-complaint;text=Making A Complaint;");
aI("url=http://iso.base2.co.nz/making-complaint#checklist;text=Complaint Checklist;");
aI("url=http://www.iombudsman.org.nz/how-your-complaint-will-be-handled;text=How your complaint will be handled;");
}

with(milonic=new menuname("faqs")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/common-questions/;text=Common Questions;");
aI("url=http://www.iombudsman.org.nz/common-questions/using-iso;text=Using the ISO;");
aI("url=http://www.iombudsman.org.nz/common-questions/it-wasnt-quite-true;text=It wasn't quite true...;");
aI("url=http://www.iombudsman.org.nz/common-questions/they-say-i-didnt-tell-them;text=They say I didn't tell them...;");
aI("url=http://www.iombudsman.org.nz/common-questions/savings-and-superannuation;text=Savings and superannuation;");
aI("url=http://www.iombudsman.org.nz/common-questions/motor-vehicle-insurance;text=Motor vehicle insurance;");
aI("url=http://www.iombudsman.org.nz/common-questions/house-and-contents-insurance;text=House and contents insurance;");     
aI("url=http://www.iombudsman.org.nz/common-questions/health-life-and-income-protection-insurance;text=Health, life and income protection insurance;");     
aI("url=http://www.iombudsman.org.nz/common-questions/glossary;text=Glossary;");
aI("url=http://www.iombudsman.org.nz/common-questions/help-research;text=Help for research;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/news-and-publications;text=News &amp; Publications");
aI("url=http://casestudies.co.nz/html/search/default.aspx;text=Case Study Search");
}

with(milonic=new menuname("participants")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/participants/;text=Participants;");
aI("url=http://www.iombudsman.org.nz/participants/fire_and_general;text=Fire &amp; General Insurers;");
aI("url=http://www.iombudsman.org.nz/participants/health_and_disability;text=Health, Disability &amp; Life Insurers;");
aI("url=http://www.iombudsman.org.nz/participants/savings_companies;text=Savings Companies;");
}

with(milonic=new menuname("links")){
style=menuStyle;
}

with(milonic=new menuname("contacts")){
style=menuStyle;
}

drawMenus();
