/*
  --- menu items-courses --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['ABOUT THE NJC', null, null,
		['About', '../about.html'],
		['Board of Trustees', '../boardoftrustees.html'],
		['Board of Visitors', '../bofv_bios.html'],
		['Faculty Council', '../facultycouncil.html'],
		['Staff', '../staff.html'],
		['Employment', '../employment.html'],
		['NJC Press', '../books.html'],
		['Shop NJC', '../shop.html'],
	],
	['COURSES & HOTELS', null, null,
		['Course Registration', 'http://register.judges.org', {'tw':'_blank' }],
		['Chronological Listing', '../courses_2010.html'],
		['Alphabetical Listing', '../coursesalpha_2010.html'],
		['Course Planner', '../planner_2010.html'],
		['Scholarships', '../scholarships.html'],
		['General Course Info', '../information.html'],
		['Certificate Program', '../certificate.html'],
		['Masters/Ph.D. Program', '../mjs.html'],
		['WebCT', '../webct.html'],
		['Hotel Information', '../hotels.html'],
		['Reno & Lake Tahoe', '../reno-tahoe.html'],
		
	],
	['NJC PROGRAMS', null, null,
		['Courts and Media', 'http://www.courtsandmedia.org', {'tw':'_blank' }],
		['Tribal Judicial Center', '../ntjc.html'],
		['ALJs', '../aljs.html'],
		['Seminar Series', '../seminarseries.html'],
		['Traffic Courses', '../traffic.html'],
		['Distance Learning', '../distancelearning.html'],
		['Webcasts', '../webcasts10'],
		['eDiscovery Webcasts', '../news/news072109.html'],
		['Capital Cases', 'http://www.capitalcasesresources.org', {'tw':'_blank' }],
		['CDL Resources', 'http://www.cdlresources.org', {'tw':'_blank' }],
		['Back on TRAC', '../backontrac'],
		['Dividing the Waters', '../dividingthewaters', {'tw':'_blank' }],
	],
	['SUPPORT NJC', null, null,
		['Giving to the NJC', '../giving.html'],
		['How to Give', '../howtogive.html'],
		['Board of Visitors', '../bofv_bios.html'],
		['Donor Spotlight', '../donorspotlight.html'],
		['Donor Wall', '../donorwall.html'],
		['Planned Giving', '../plannedgiving.html'],
		['Pillars of Justice', '../pillarsofjustice_donors.html'],
	],
	
	['NEWS & DOWNLOADS', null, null,
		['News', '/news/news.html'],
		['Useful Links', '../links.html'],
		['Case In Point', '/news/cip.html'],
		['Forms/Downloads', '../downloads.html'],
		['FAQ', '../faq.html'],
	],
];



