var TREE_ITEMS = [
	['Home', 'http://gistech.delmar.edu/',
		['Calendar', 'http://gistech.delmar.edu/pdf/Year_3_Calendar.pdf'],
		['Events', 'http://gistech.delmar.edu/events.htm'],
		['Newsletters',    'http://gistech.delmar.edu/newsletters.htm'],
		['Workshops',    'http://gistech.delmar.edu/workshops.htm'],
	],
	['GIS Educator Resources', 'members.asp',
		['First Responders', 'fr.asp',
			['Module 1', 'fr_mod1.asp'],
			['Module 2', 'fr_mod2.asp'],
			['Module 3', 'fr_mod3.asp'],
		],
		['Server Path', 'sp.asp',
			['Module 1', 'sp_mod1.asp'],
			['Module 2', 'sp_mod2.asp'],
			['Module 3', 'sp_mod3.asp'],
		],
		['Database Path', 'dp.asp',
			['Module 1', 'dp_mod1.asp'],
			['Module 2', 'dp_mod2.asp'],
			['Module 3', 'dp_mod3.asp'],
		],
		['GIS in Agriculture', 'ag.asp', ],
		['GIS Mini Projects', 'miniprojs.asp', ],
		
	],
	['GIS Certification', 'http://gistech.delmar.edu/certification.htm',
		['GIS Level 1', 'http://gistech.delmar.edu/level1.htm'],
		['GIS Level 2', 'http://gistech.delmar.edu/level2.htm'],		
	],
];