_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="verdana;";
fontsize=12;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#C9C9C9";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#DBD8D0";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=12;
fontweight="bold"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#666666";
borderwidth=1;
borderstyle="solid";
bordercolor="#666666";
offcolor="#C9C9C9";
offbgcolor="#808080";
oncolor="#FFFFFF"; 
onbgcolor="#808080"; 
decoration='none';
ondecoration='none';
//image="images/arrow.gif";
//overimage="images/arrow.gif";
imagepadding=5;
align="center";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=HOME;text=HOME;url=index.html;");
aI("showmenu=GET;text=GET THE FACTS BOOKLET;url=#;");
aI("showmenu=BUILDER;text=BUILDER CHECKLIST;url=#;");
aI("showmenu=CONTRACTS;text=ABOUT CONTRACTS;url=#;");
aI("showmenu=FAQ;text=FAQ;url=faq.html;");
aI("showmenu=CONTACT US;text=CONTACT US;url=contact.html;");
}

with(milonic=new menuname("GET")){
style=SubmenuStyle;
top="offset=0";
left="offset=14";
aI("showmenu=FOR VICT0RIA;text=FOR VICT0RIA;url=get.html;");
aI("showmenu=FOR NEW SOUTH WALES;text=FOR NEW SOUTH WALES;url=get-nsw.html;");
aI("showmenu=FOR QUEENSLAND;text=FOR QUEENSLAND;url=get-qld.html;");
aI("showmenu=FOR SOUTH AUSTRALIA;text=FOR SOUTH AUSTRALIA;url=get-sa.html;");
aI("showmenu=FOR WESTERN AUSTRALIA;text=FOR WESTERN AUSTRALIA;url=get-wa.html;");
aI("showmenu=FOR TASMANIA;text=FOR TASMANIA;url=get-tas.html;");
aI("showmenu=FOR USA;text=FOR USA;url=get-usa.html;");
}

with(milonic=new menuname("BUILDER")){
style=SubmenuStyle;
top="offset=0";
left="offset=1";
aI("showmenu=FOR VICT0RIA;text=FOR VICT0RIA;url=builder.html;");
aI("showmenu=FOR NEW SOUTH WALES;text=FOR NEW SOUTH WALES;url=builder-nsw.html;");
aI("showmenu=FOR QUEENSLAND;text=FOR QUEENSLAND;url=builder-qld.html;");
aI("showmenu=FOR SOUTH AUSTRALIA;text=FOR SOUTH AUSTRALIA;url=builder-sa.html;");
aI("showmenu=FOR WESTERN AUSTRALIA;text=FOR WESTERN AUSTRALIA;url=builder-wa.html;");
aI("showmenu=FOR TASMANIA;text=FOR TASMANIA;url=builder-tas.html;");
aI("showmenu=FOR USA;text=FOR USA;url=usa_builder.html;");
}

with(milonic=new menuname("CONTRACTS")){
style=SubmenuStyle;
top="offset=0";
left="offset=1";
aI("showmenu=FOR VICT0RIA;text=Contracts for Building Projects (VIC);url=contracts-victoria.html;");
}
drawMenus();
