


_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#ffffff";
bordercolor="#ff0000";
borderstyle="none";
borderwidth=5;
separatorcolor="transparant";
separatorsize="20";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="3";
overfilter="";
outfilter="";
}



with(menuStyle2=new mm_style()){
onbgcolor="#808080";
oncolor="#000000";
offbgcolor="#808080";
offcolor="#ffffff";
bordercolor="#FD373C";
borderstyle="solid";
borderwidth="1";
separatorcolor="";
separatorsize="";
padding=6;
fontsize="12";
fontstyle="normal";
fontweight='normal';
fontfamily="Tahoma, Verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}

with(menuStyle3=new mm_style()){
onbgcolor="319A31";
oncolor="#ffffff";
offbgcolor="#DDDDDD";
offcolor="#319A31";
bordercolor="#006633";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="0";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth=400
top=152;
left=50;
alwaysvisible=1;
orientation="horizontal";
aI("text=Regional HazMobiles;showmenu=reghaz;status=Regional HazMobiles;");
aI("text=Collection Dates;url=/collection.php;status=Collection Dates;");
aI("text=How to use the HazMobile;showmenu=howto;status=How to use the HazMobile;");
aI("text=Disposal & Recycling Options;showmenu=disposrecopt;status=Disposal & Recycling Options;");
aI("text=General Information;showmenu=generalinfo;status=General Information;");
aI("text=Contact / Feedback;url=/contact.htm;status=Contact / Feedback;");
aI("text=Home;url=/index.htm;status=Home;");
}

with(milonic=new menuname("reghaz")){
style=menuStyle2;
top=170;
left=50;
orientation="vertical";
aI("text=Nationwide HazMobiles;url=/regional-contact.htm;status=Nationwide HazMobiles;");
aI("text=Auckland HazMobile;url=/regional-auckland.htm;status=Auckland HazMobile;");
aI("text=BOP HazMobile;url=/regional-bay-of-plenty.htm;status=BOP HazMobile;");
aI("text=Hawkes Bay;url=/regional-hawkes-bay.htm;status=Hawkes Bay;");
aI("text=Palmerston North HazMobile;url=/regional-palmerston-north.htm;status=Palmerston North HazMobile;");
aI("text=Other Hazardous Waste Collections;url=/regional-waikato.htm;status=Other Hazardous Waste Collections;");
}

with(milonic=new menuname("howto")){
style=menuStyle2;
top=170;
left=325;
orientation="vertical";
aI("text=Make the most of your visit;url=/makemost.htm;status=Make the most of your visit;");
aI("text=What we do and don't take;url=/do_donttake.htm;status=What we do and don't take;");
}

with(milonic=new menuname("disposrecopt")){
style=menuStyle2;
top=170;
left=515;
orientation="vertical";
aI("text=Recycler Directory Download;url=/recycler-directory-intro.htm;status=Recycler Directory Download;");
aI("text=Waste Paint;url=/waste-paint.htm;status=Waste Paint;");
aI("text=Waste Oil;url=/waste-oil.htm;status=Waste Oil;");
aI("text=Batteries;url=/batteries.htm;status=Batteries;");
aI("text=E-Waste;url=/what-to-do-with-ewaste.htm;status=E-Waste;");
aI("text=LPG Cylinders;url=/lpg-options.htm;status=LPG Cylinders;");
aI("text=Other Hazardous Waste;url=/other-haz-options.htm;status=Other Hazardous Waste;");
}

with(milonic=new menuname("generalinfo")){
style=menuStyle2;
top=170;
left=717;
orientation="vertical";
aI("text=Household Hazardous Waste FAQ;url=/information.htm;status=Household Hazardous Waste FAQ;");
aI("text=Educational and Other Information;url=/ed_otherinfo.htm;status=Educational and Other Infoformation;");
aI("text=Annual Reports;url=/annual_report.htm;status=Annual Reports;");
aI("text=Links to Other Sites;url=/links.htm;status=Links to Other Sites;");
}

with(milonic=new menuname("posters")){
style=menuStyle2;
top=138;
left=156;
menuwidth=115;
orientation="vertical";
overflow="scroll";
aI("text=Online Catalogue;url=http://www.actionweb.co.nz/posterphp/index.php;status=Online Catalogue;");
aI("text=New Posters;url=http://www.actionweb.co.nz/posterphp/index.php?action=cat_search&cat_id=1;status=New Posters;");
aI("text=Poster Exchange Progaramme;url=http://www.posterfaktory.co.nz/new/posters/poster-exchange.htm;status=Poster Exchange;");
aI("text=Custom Posters;url=http://www.posterfaktory.co.nz/new/posters/custom-posters.htm;status=Custom Posters;");
aI("text=Poster Sales;url=http://www.posterfaktory.co.nz/new/posters/poster-sales.htm;status=Poster Sales;");
aI("text=Tear-off Posters;url=http://www.posterfaktory.co.nz/new/posters/tear-off-posters.htm;status=Tear-Off Posters;");
}



with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigational Menu;url=/menusample1.php;");
aI("text=Vertical Navigational Menu;url=/menusample2.php;");
aI("text=All Horizontal Menus;url=/menusample25.php;");
aI("text=Using the popup function Fixed Position;url=/menusample3.php;");
aI("text=Using the popup Positioned by Images;url=/menusample24.php;");
aI("text=Image Map Sample;url=/menusample4.php;");
aI("text=Multiple Styles;url=/menusample5.php;");
aI("text=Menus and Tool Tips;url=/menusample6.php;");
aI("text=Multiple Colored Menus;url=/menusample7.php;");
aI("text=Menu Items as Headers;url=/menusample8.php;");
aI("text=Windows XP Style Menus;url=/menusample12.php;");
aI("text=Windows 98 Style Menus;url=/menusample13.php;");
aI("text=Relative Positioning (Table Bound);url=/menusample9.php;");
aI("text=Follow Scrolling;url=/menusample10.php;");
aI("text=Opening Windows & Frames;url=/menusample11.php;");
aI("text=Hiding DIVs when displaying menus;url=/menusample14.php;");
aI("text=Activating MouseOver & MouseOut Functions;url=/menusample15.php;");
aI("text=Dynamic Dragable Menus;url=/menusample22.php;");
aI("text=Positioning with screenposition & offsets;url=/menusample23.php;");
aI("text=100% Width Span Menu;url=/menusample26.php;");
aI("text=Context Right Click Menu;url=/menusample27.php;");
aI("text=Static Images Sample;url=/menusample16.php;");
aI("text=Rollover/swap Images;url=/menusample17.php;");
aI("text=Menus built from images;url=/menusample18.php;");
aI("text=Images as Menu Backgrounds;url=/menusample19.php;");
aI("text=Background Menu Item Images;url=/menusample20.php;");
}


drawMenus();

