/*
  --- 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_ITEMS0 = [

// New First Menu Item
['Home', '/default.asp', null],

// Second Menu Item ------------------------------------------------------------/
	['About Us', '/about/', null,  
		['Overview', '/about/', null],
		['Testimonials', '/about/aptestimonials.asp', null],
		['Board of Directors', '/about/board.asp', null],
		['In the News', '/news/current.asp', null],
		['Staff', '/staff/', null],
		['Jobs @ APS', '/about/jobs.asp', null],
		['Contact Us', '/about/contactus.asp', null],
	],
// Third Menu Item -----------------------------------------------------------/

	['Incentive Programs', '/ip/', null,  
	 	['Incentive Programs', '/ip/', null],
		['AP Arts', 'http://www.apstrategiesarts.org', null],
		//['Laying the Foundation', 'http://www.layingthefoundation.org', null],
	],
	
// Fourth Menu Item -----------------------------------------------------------/
	['Educator Resources', '/resourceeducators/', null,
		['Laying the Foundation', 'http://www.layingthefoundation.org', null],
		['Counseling', '/resourcecounselor/', null],
		['Math AP Teachers', 'https://secure.apstrategies.org/math/', null],
		['Science AP Teachers', 'https://secure.apstrategies.org/science/', null],
		['English AP Teachers', 'https://secure.apstrategies.org/english/', null],
		//['Social Studies', '/socialstudies/teacherindex.asp', null],
		//['Vocabulary', '/vocab/vocabstudy.asp', null],
	],
	
// Fifth Menu Item ------------------------------------------------------------/

	['College Readiness', '/resourcestudents/', null,  
		['Advising and Student Resources', '/resourcecollege/', null],
		//['Social Studies', '/socialstudies/studentindex.asp', null],
	],

// Sixth Menu Item ------------------------------------------------------------/
	['Forms & Calendars', '/forms/reimb_home.asp', null,
	 	//['Contact Us', '/about/contactus.asp', null],
		['Finance Forms', '/forms/reimb_home.asp', null],
		['FAQ', '/faq/default.asp', null],
	],
];





