_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/html/the_iso_scheme/;text=The ISO Scheme;");
aI("url=http://www.iombudsman.org.nz/html/the_iso_scheme/background.aspx;text=Background;");
aI("url=http://www.iombudsman.org.nz/html/the_iso_scheme/structure.aspx;text=The ISO Structure;");
aI("urlhttp://www.iombudsman.org.nz/html/the_iso_scheme/rules.aspx;text=ISO Rules &amp; Terms of Reference;");
}

with(milonic=new menuname("whatwedo")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/html/what_we_do/;text=What We Do;");
aI("url=http://www.iombudsman.org.nz/html/what_we_do/type_of_complaints.aspx;text=Complaints the ISO can consider;");
aI("url=http://www.iombudsman.org.nz/html/what_we_do/who_can_use.aspx;text=Who can use the ISO service;");
aI("url=http://www.iombudsman.org.nz/html/what_we_do/privacy_policies.aspx;text=ISO Privacy Policy;");
}

with(milonic=new menuname("complaint")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/html/making_a_complaint/;text=Making A Complaint;");
aI("url=http://www.iombudsman.org.nz/html/making_a_complaint/index.aspx#checklist;text=Complaint Checklist;");
aI("url=http://www.iombudsman.org.nz/html/making_a_complaint/how_handled.aspx;text=How your complaint will be handled;");
}

with(milonic=new menuname("faqs")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/html/faqs/;text=Common Questions;");
aI("url=http://www.iombudsman.org.nz/html/faqs/using_the_iso.aspx;text=Using the ISO;");
aI("url=http://www.iombudsman.org.nz/html/faqs/not_true.aspx;text=It wasn't quite true...;");
aI("url=http://www.iombudsman.org.nz/html/faqs/did_not_tell.aspx;text=They say I didn't tell them...;");
aI("url=http://www.iombudsman.org.nz/html/faqs/about_savings.aspx;text=Savings and superannuation;");
aI("url=http://www.iombudsman.org.nz/html/faqs/about_car.aspx;text=Motor vehicle insurance;");
aI("url=http://www.iombudsman.org.nz/html/faqs/about_content.aspx;text=House and contents insurance;");
aI("url=http://www.iombudsman.org.nz/html/faqs/about_medical.aspx;text=Health, life and income protection insurance;");
aI("url=http://www.iombudsman.org.nz/html/faqs/glossary.aspx;text=Glossary;");
aI("url=http://www.iombudsman.org.nz/html/faqs/help_for_research.aspx;text=Help for research;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/html/news_publications/;text=News &amp; Publications");
aI("url=http://casestudies.co.nz/html/search/default.aspx;text=Case Study Search");
aI("url=http://www.iombudsman.org.nz/html/news_publications/iso_conference.aspx;text=ISO Conference");
}

with(milonic=new menuname("participants")){
style=menuStyle;
aI("url=http://www.iombudsman.org.nz/html/participants/;text=Participants;");
aI("url=http://www.iombudsman.org.nz/html/participants/fire_and_general.aspx;text=Fire &amp; General Insurers;");
aI("url=http://www.iombudsman.org.nz/html/participants/health_and_disability.aspx;text=Health, Disability &amp; Life Insurers;");
aI("url=http://www.iombudsman.org.nz/html/participants/savings_companies.aspx;text=Savings Companies;");
}

with(milonic=new menuname("links")){
style=menuStyle;
}

with(milonic=new menuname("contacts")){
style=menuStyle;
}

drawMenus();