NAVIGATION_ITEMS = [
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img src="images/heading_home.gif" border="0" valign="middle">','index.php'],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_aboutCMRS.gif">','aboutCMRS.html'],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_eventsCalendar.gif">','calendar.php'],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_undergraduateStudies.gif">',null,null,
		['Mission &amp; Goals','undergraduateMission.html'],
		['Students','undergraduateStudents.html'],
		['Program Requirements','undergraduateRequirements.html'],
		['Courses',null,null,
			['Fall','undergraduateFallCourses.html'],
			['Spring','undergraduateSpringCourses.html'],
		],
		['Advising','undergraduateAdvising.html'],
		['Study Abroad', 'undergraduateStudyAbroad.html'],
		['Guide to Online Resources','undergraduateResources.html'],
	],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_graduateStudies.gif">',null,null,
		['Students','graduateStudents.html'],
		['Program Requirements','graduateRequirements.html'],
		['Courses',null,null,
			['Fall','graduateFallCourses.html'],
			['Spring','graduateSpringCourses.html'],
		],
		['Fellowships & Scholarships','graduateFellowshipsAndScholarships.html'],
		['Professional Links','graduateProfessionalLinks.html'],
	],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_faculty.gif">','faculty.html'],
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_forProspectiveStudentsAndFaculty.gif">',null,null,
		['Undergraduate','prospectiveUndergraduate.html'],
		['Graduate','prospectiveGraduate.html'],
		['Faculty','prospectiveFaculty.html'],
	],	
	['<img src="images/spacer.gif" height="35" width="5" border="0"><img border="0" src="images/heading_contact.gif">','contact.html'],


];
	<!--//
	// Note where menu initialization block is located in HTML document.
	// Don't try to position menu locating menu initialization block in
	// some table cell or other HTML element. Always put it before </body>

	// each menu gets two parameters (see demo files)
	// 1. items structure
	// 2. geometry structure

	new menu (NAVIGATION_ITEMS, NAVIGATION_POS);
	// make sure files containing definitions for these variables are linked to the document
	// if you got some javascript error like "MENU_POS is not defined", then you've made syntax
	// error in menu_tpl.js file or that file isn't linked properly.
	
	// also take a look at stylesheets loaded in header in order to set styles
	//-->
