/* --- menu items --- */
var MENU_ITEMS = [
	
	['ABOUT', null,
			['Mission', 'index.html'],
			['Background', 'background.html'],
			['Research Areas', 'research.html'],
			['Personnel', 'faculty.html'],
			['Facilities & Equipment', 'facil-equip.html'],
			['Publications by Members', 'pubs.html'],
			['Grants & Projects', 'project.html'],
			['Passaic River Basin', 'basin.html'],	
						
	],
	['NEWS <br> & EVENTS', null,
		['News', 'press.html'],
		['Events', 'events.html'],
		
		
	],
	['PHOTOS', null,
			['Aerial Photos', '/~lo/gallery/index.htm'],
			['Lower Passaic River Tour', '/~lo/photo/index.htm'],
		['Historical Photos', 'historical_photographs/historical_photographs.htm'],
		],
	['DOCUMENTS,<br>MAPPING & DATA', null,
		['PRIs Publications', 'pubs.html'],
		
		['Documents', 'doc.html'],
		['Data', 'data.html'],
		['Mapping/Maps', 'map.html'],
/*		['Interactive Mapping', 'http://www.ocwagis.org/website/Passaic/Run.htm'],*/
		['GIS Metadata', 'catalog.html'],
	
		
	],
	
		
	
		['CONTACT US', null,
			['Contact Us', 'contact.html'],
			['Mailing Sign-Up', 'mailing.html'],
		],



		['LINKS', 'link.html',],
		
	
];

