// menu_items.js file
// comments block here

var MENU_ITEMS =[
	[ "What's New", "http://www.noaca.org/whatsnew.html",   
		["Upcoming Events", "http://www.noaca.org/events.html"],
		["Calendar", "http://cf.noaca.org/calendar/links1.cfm"],
		["Community Announcements", "http://www.noaca.org/communities.html"],
		["Grant Opportunities", "http://www.noaca.org/grants.html"],
		[ "News Releases", "http://www.noaca.org/newsreleases.html"]
	],
	["About Us", "http://www.noaca.org/aboutus.html",
		["FAQ", "http://www.noaca.org/FAQ.html"],
		["NOACA Region", "http://www.noaca.org/noacaregion.html"],
		["Office", "http://www.noaca.org/office.html"],
		["Board", "http://www.noaca.org/board.html",
			["Regional Role", "http://www.noaca.org/regionalrole.html"],
			["Standing Committees", "http://www.noaca.org/committees.html"],
			["Councils and Task Forces", "http://www.noaca.org/taskforces.html"],
			["Meetings", "http://www.noaca.org/meetings04.html"]
		],
		["Links", "http://www.noaca.org/links.html"]
	],
	["Transportation", "http://www.noaca.org/transportation.html",
		["Connections 2030", "http://www.noaca.org/connect2030.html",
			["Annual Summit", "09summit.html"]
		],
		["Overall Work Program", "http://www.noaca.org/owp.html"],
		["TIP", "http://www.noaca.org/tip.html"],
		["Projects", "http://www.noaca.org/transportationproj.html"],
		["Ongoing Planning", "http://www.noaca.org/planning.html",["Reg'l Pavement Management", "http://www.noaca.org/regpmp.html"],
		["Functional Classification", "http://www.noaca.org/functionalmaps.html"],
		["JARC/New Freedom", "http://www.noaca.org/jarcnf.html"],
			["Specialized Transportation", "http://www.noaca.org/specialtrans.html"]


],
		["Bicycle Planning", "http://www.noaca.org/bicycleplanning.html"],
		["Transportation Services", "http://www.noaca.org/services.html",
			["Preliminary Engineering", "http://www.noaca.org/premeng.html"],
			["RIDESHARE!", "http://www.noaca.org/ohrs.html"],
			["TLCI", "http://www.noaca.org/tlci.html"]
		]
	],
	["Environmental", "http://www.noaca.org/environmental.html",
		["Air Quality", "http://www.noaca.org/aqprogram.html",
			["Ozone Action Day", "http://www.noaca.org/oad.html"],
			[" FP3 Program", "http://www.noaca.org/fp3.html"],
                         [" Ozone SIP", "http://www.noaca.org/sipplan.html"],
			[" PM2.5 SIP", "http://www.noaca.org/pmsipplan.html"],
			
			
		],
		["Regional Water Quality", "http://www.noaca.org/waterquality.html",
			["Storm Water", "http://www.noaca.org/storm_water.html"],
			["MAGIC 2001", "http://www.noaca.org/magic00.html"],
			["Home Sewage", "http://www.noaca.org/homesewage.html"],
			["Clean Water 2000", "http://www.noaca.org/cleanwaterplan.html"]
		],
		["Watershed Planning", "http://www.noaca.org/watershed.html",
			["Black River", "http://www.noaca.org/blkrap.html"],
			["Lower Big Creek", "http://www.noaca.org/lbcvs.html"],
			["Rocky River", "http://www.myrockyriver.org"]
		],
		["Cuyahoga RAP", "http://www.cuyahogariverrap.org/"]
	],
	["Info and Services", "http://www.noaca.org/dataserv.html",
		["Traffic Counts", "http://www.noaca.org/trafficcounts.html"],
		["Service Requests", "http://www.noaca.org/servicereq.html"]
	],
	["Publications", "http://www.noaca.org/publications.html",
		["Agency Policies", "http://www.noaca.org/administrativedownloads.html"],
		["Environmental", "http://www.noaca.org/environmentaldownloads.html"],
		["Transportation", "http://www.noaca.org/transportationdownloads.html",
			["Reports", "http://www.noaca.org/transrept.html"],
			["Tech Memos", "http://www.noaca.org/techmemo.html"]
		],
		["Newsletters", "http://www.noaca.org/newsdocs.html"]
	],
	["Contact Us", "http://www.noaca.org/contactus.html"],
	["Search", "http://cf.noaca.org/search.cfm"]
];
