var TREE_ITEMS = [
	['Home', '/',
		['My Courses', '/courses.cfm'],
		['News &amp; Events', '/news/archive.cfm'],
		['Library', 'http://my.hondros.edu/student-services/library/'],
		['Publications &amp; Policies', null, 
			['Degree Catalog', '/assets/pdf/HondrosCollege2008Catalog.pdf'],
			['Nursing Handbook', '/assets/pdf/HondrosCollege2008NursingHandbook.pdf'],
			['Transcript Request', 'http://www.hondros.edu/student-services/transcript-requests/'],
			['No Solicitation policy', '/assets/pdf/Recruiting in the classroom.doc'],
			['APA Style Guide', '/assets/pdf/APAStyleGuide.pdf'],
			['Acceptable Use Policy', '/help/aup.cfm'],
			['Honesty and Educational Ethics Policy', 'http://www.hondros.edu/student-services/library/honestyPolicy.cfm'],
		],		
		['Graduation', null, 
		 	['Application to Gradudate', null],
			['My Portfolio', '/portfolio/index.cfm'],
			['Transcript Request', 'http://www.hondros.edu/student-services/transcript-requests/'],			
		],
		['Student Services', '/student-services/index.cfm',
		 	['Frequently Asked Questions', '/news/index.cfm'],
			['Help &amp; Support', '/help/index.cfm'],
		],		
		['Hondros College', 'http://www.hondros.edu']		
		['Log Out', '/logout.cfm']	
	]
];


		

