/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10             // The time delay before menus open on mouse over
_subOffsetTop=-50             // Sub menu top offset
_subOffsetLeft=-50            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ea8f00";
offbgcolor="#ea8f00";
offcolor="#ffffff";
bordercolor="#ea8f00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorpadding="4";
padding="3";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Gill Sans, Arial, sans-serif";
pagecolor="#ea8f00";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/scripts/arrowd.gif";
subimagepadding="2";
subimageposition="bottom";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
/*menualign="center";*/
top=154;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.php;status=Back To Home Page;");
aI("text=News & What\'s On;url=/news/;showmenu=whatson;");
//aI("text=What\'s On;url=/whatson/;showmenu=whatson;");
aI("text=Aboriginal Culture;showmenu=culture;");
aI("text=Aboriginal Sites;showmenu=sites;");
aI("text=Resources;showmenu=resources;");
aI("text=About Us;url=/about/;showmenu=about;");
aI("text=Contact&nbsp;Us;url=/contact/;showmenu=contact;");
}

with(milonic=new menuname("whatson")){
style=menuStyle;
aI("text=News;url=/news/;");
aI("text=What\'s On all areas;url=/whatson/;");
aI("text=What\'s on in Ku-ring-gai;url=/whatson/index.php?cid=7;")
aI("text=What\'s on in Lane Cove;url=/whatson/index.php?cid=2;")
aI("text=What\'s on in Manly;url=/whatson/index.php?cid=3;")
aI("text=What\'s on in North Sydney;url=/whatson/index.php?cid=4;")
aI("text=What\'s on in Pittwater;url=/whatson/index.php?cid=8;")
aI("text=What\'s on in Warringah;url=/whatson/index.php?cid=5;")
aI("text=What\'s on in Willoughby;url=/whatson/index.php?cid=6;")
}


with(milonic=new menuname("culture")){
style=menuStyle;
aI("text=Aboriginal History;url=/culture/history.php;")
aI("text=Language;url=/culture/language.php;")
aI("text=An Aboriginal History of Willoughby;url=/culture/aboriginalwilloughby.php;")
}

with(milonic=new menuname("sites")){
style=menuStyle;
aI("text=Identifying Sites;url=/sites/identification.php;")
aI("text=Potential Site Areas;url=/sites/potential.php;")
aI("text=Legislation;url=/sites/legislation.php;")
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Photo Gallery;url=/gallery/;")
aI("text=Reading List;url=/resources/readinglist.php")
aI("text=Links;url=/links/;")
aI("text=Downloads;url=/downloads/;")
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=AHO Staff;url=/about/;")
aI("text=AHO Video;url=/video/;")
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Address;url=/contact/;")
aI("text=Contact Form;url=/contact/contactform.php;")
aI("text=Volunteer Site Report;url=/sitemon/;")
}

drawMenus();
