
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(miniStyle=new mm_style()){
oncolor="#84c447";
offcolor="#FFFFFF";
borderwidth="0";
fontfamily="Verdana, Helvetica, Arial, sans-serif";
fontsize="12px";
fontweight="normal";
fontstyle="normal";
itemheight="30";
align="center";
rawcss="padding:0 30px; text-transform:uppercase;";
}

with(subStyle=new mm_style()){
oncolor="#00718c";
onbgcolor="#e5f0d5";
offcolor="#339933";
offbgcolor="#e5f0d5";
separatorsize="1";
separatorcolor="#E9E9E9";
borderwidth="0";
fontfamily="Verdana, Helvetica, Arial, sans-serif";
fontsize="12px";
fontweight="normal";
fontstyle="normal";
itemheight="30";
itemwidth="200";
rawcss="background:url(http://www.ergo.co.nz/images/bullet.png) 5px 13px no-repeat scroll;padding:9px 15px; border-bottom:1px dotted #CCC;";
}

with(milonic=new menuname("Main Menu")){
style=miniStyle;
alwaysvisible="1";
orientation="1";
position="relative";
aI("text=Home;url=http://www.ergo.co.nz/index.cfm;");
aI("text=Profile;url=http://www.ergo.co.nz//our-people;showmenu=2;");
aI("text=Services;url=http://www.ergo.co.nz/services/;showmenu=3;");
aI("text=Projects;url=http://www.ergo.co.nz//latest-projects;showmenu=8;");
aI("text=News;url=http://www.ergo.co.nz/news/;");
aI("text=Careers;url=http://www.ergo.co.nz/careers/;");
aI("text=Contact Us;url=http://www.ergo.co.nz/contact-us/;");
}

with(milonic=new menuname("2")){
style=subStyle;
overflow="scroll";
aI("text=Our People;itemwidth=161;url=http://www.ergo.co.nz/our-people/;showmenu=4;");
aI("text=About Us;itemwidth=161;url=http://www.ergo.co.nz/about-us/;");
}

with(milonic=new menuname("4")){
style=subStyle;
overflow="scroll";
aI("text=Power Systems;itemwidth=161;url=http://www.ergo.co.nz/staff-system/;");
aI("text=Control Systems;itemwidth=161;url=http://www.ergo.co.nz/staff-control-systems/;");
aI("text=CAD;itemwidth=161;url=http://www.ergo.co.nz/staff-cad-it/;");
aI("text=Admin;itemwidth=161;url=http://www.ergo.co.nz/staff-admin/;");
}

with(milonic=new menuname("3")){
style=subStyle;
overflow="scroll";
aI("text=Power Systems;itemwidth=161;url=http://www.ergo.co.nz/power-systems/;");
aI("text=Control Systems;itemwidth=161;url=http://www.ergo.co.nz/control-systems/;");
}

with(milonic=new menuname("8")){
style=subStyle;
overflow="scroll";
aI("text=Latest Projects;itemwidth=161;url=http://www.ergo.co.nz/latest-projects/;");
aI("text=Power System Projects;itemwidth=161;url=http://www.ergo.co.nz/power-system-projects/;");
aI("text=Control System Projects;itemwidth=161;url=http://www.ergo.co.nz/control-system-projects/;");
}
drawMenus()

