 /*
  --- menu items --- 
  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 = [
	
	/* ['Prospective Students', 'http://tqe.siu.edu/technology'], */
	/* ['Current Students', 'http://tqe.siu.edu/technology'], */
['Information', 'information.html', null,
	['TPS Staff', 'aamstaff.html'],
	['Participating Schools', 'participatingdistricts.html']
],
['Prospective Students', 'perspectivestudents.html', null,
	['Course Details', 'coursedetails.html'],
	['Teacher Nomination Form', 'Nomination2006.doc']
],
['Workshop Materials', 'workshopmaterials.html'],
['EDUC 550 Materials', 'educ550materials.html', null,
	['In-Service Cohort', 'incohort.html'],
	['MAT Cohort', 'matcohort.html']
],

['Links', 'links.html', null,
	['Illinois Partners', 'http://www.aamprogram.org/introduction/aam_partners_state.aspx?state=il'],
	['Library of Congress', 'http://www.loc.gov/'],	
	['American Memory', 'http://memory.loc.gov/ammem/index.html'],
	['The Learning Page', 'http://memory.loc.gov/learn/'],
	['TPS', 'http://www.loc.gov/teachers/tps/'],
	['AAM National', 'http://www.aamprogram.org/index2.aspx'],
	['Primary Source Learning', 'http://www.primarysourcelearning.org']
	
],
['TPS Scrapbook','http://tps.coehs.siu.edu/~coppermine']
	
];

