fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
//target="mainFrame"
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left="offset=0";
orientation="horizontal";
style=menuStyle;
top=300;
aI("text=Home;url=index.php;");
aI("showmenu=Happening;text=Watt's Happening;");
aI("showmenu=Involved;text=Getting Involved;");
aI("showmenu=Centennial;text=Centennial Celebration;");
aI("showmenu=GoWhere;text=Where to Go;");
aI("showmenu=Historic;text=Historic District;");
}

with(milonic=new menuname("Happening")){
overflow="scroll";
style=menuStyle;
aI("text=Events;url=events.php;")
aI("text=People;url=people.php;")
aI("text=Newsletters;url=newsletters.php;")
}

with(milonic=new menuname("Involved")){
style=menuStyle;
aI("text=Neighborhood Association;url=board.php;");
aI("text=Committees;url=committees.php;");
aI("text=Neighborhood Watch;url=neighborhood_watch.php;");
aI("text=Mailing Lists;url=http://www.rtpnet.org/mailman/listinfo/whhna-list;");
aI("text=Contact Us;url=contactus.php;");
}

with(milonic=new menuname("GoWhere")){
style=menuStyle;
aI("text=Maps;url=map.php;");
aI("text=Parks;url=parks.php;");
aI("text=Streets, Sidewalks, and Trails;url=trails.php;");
aI("text=Golf Course;url=golfcourse.php;");
aI("text=Schools;url=schools.php;");
aI("text=Local Shopping & Services;url=shopping.php;");
aI("text=Links;url=links.php;");
}

with(milonic=new menuname("Historic")){
style=menuStyle;
aI("text=History;url=history.php;");
aI("text=Tax Credits and Certificate of Appropriateness;url=historicdistrict.php;");
aI("text=Photo Archive;url=photoarchive.php;");
aI("text=Walking Tour;url=tour.php;");
}

with(milonic=new menuname("Centennial")){
style=menuStyle;
aI("text=Centennial Information;url=whh_centennial_info.php;");
aI("text=Calendar of Events;url=whh_centennial_calendar.php;");
aI("text=Adopt-a-Banner;url=whh_centennial_banner.php;");
}

drawMenus();

