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=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize=14;
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0000cc";
offcolor="#33ffcc";
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="#0000cc";
pagecolor="33ffcc";
separatorcolor="#33ffcc";
separatorsize=1;
subimage="http://www.sjrcd.org/horizmenu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
left=7;
orientation="horizontal";
style=menuStyle;
top=45;
aI("text=Home;url=http://www.sjrcd.org/;");
aI("text=SJRC&D Council;showmenu=Council;");
aI("text=Programs & Projects;showmenu=Programs;");
aI("text=Natural Resources Info;showmenu=NatRes;");
aI("text=Accomplishments;showmenu=accomp;");
aI("text=Photo Gallery;url=http://www.sjrcd.org/gallery/;");
}

with(milonic=new menuname("Council")){
style=menuStyle;
aI("text=Council;url=http://www.sjrcd.org/Council/councilindex.htm;");
aI("url=http://www.sjrcd.org/Council/volunteer.html;text=Volunteer Gallery;");
aI("text=Newsletters/eZines & Reports;url=http://www.sjrcd.org/news/;");
aI("url=http://www.sjrcd.org/critical/index.html;text=Critical Issues;");
aI("text=RC&D Coordinator Info;url=http://www.sjrcd.org/rcdmenu/rcdmenu.htm;");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Team Habitat;url=http://teamhabitat.sjrcd.org/;");
aI("text=Delaware Estuary Levee Org;url=http://www.sjrcd.org/delo/;");
aI("text=Farm Energy Audits;url=http://www.sjrcd.org/eaudit/;");
aI("text=Tour des Farms;url=http://www.sjrcd.org/tourdesfarms/;");
aI("text=Youth Mini Grants;url=http://www.sjrcd.org/minigrant/;");
aI("text=Friendly Farms;url=http://www.sjrcd.org/friendlyfarms/;");
aI("text=Soil Health;url=http://www.njsoilhealth.org/;");
aI("text=Water Conservation;url=http://www.sjrcd.org/et/;");
aI("text=RISE info;url=http://www.sjrcd.org/rise/;");
//aI("text=RISE logon;url=http://rise.sjrcd.org/index.html;");
aI("text=Wilmington, Delaware;url=http://www.sjrcd.org/public/wilde.html;");
aI("text=West Nyack, New York;url=http://www.sjrcd.org/public/westnyack.html;");
aI("text=Toms River, New Jersey;url=http://www.sjrcd.org/public/tomsriver.html;");
aI("text=Haworth, New Jersey;url=http://www.sjrcd.org/public/haworth.html;");

}

with(milonic=new menuname("NatRes")){
style=menuStyle;
aI("text=General Info;url=http://www.sjrcd.org/index-2.html;");
aI("text=Weather Info;url=http://www.sjrcd.org/natresinfo/weather.html;");
}

with(milonic=new menuname("accomp")){
style=menuStyle;
aI("text=Current Projects;url=http://www.sjrcd.org/accomp/curproj.htm;");
aI("text=Past Accomplishments;url=http://www.sjrcd.org/accomp/pastproj.htm;");
}


drawMenus();


