/*
  --- 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 = [
	['Home','index.html'
	],
	['Activities', null, null,
		['Membership', 'memberships.htm'],
		['Members','members.htm'],
		['Constitution','aaca constitution.doc'],
		['Minutes',null,null]
	],
	['Projects',null,null,
		['Aseseeso JSS', 'Aseseeso_Jss.htm'],
		['Abonse JSS', 'Abose_Jss.htm'],
		['Aseseeso Clinic', 'Aseseeso_Clinic.htm']
	],
	['History',null,null,
		['History of Aseseeso', 'Aseseeso_History.htm'],
		['History of Abonse', 'Abonse_History.htm'],
		['Famouse People', 'Famous_People.htm'],
		['Old wifes tales', 'Folks_Tale.htm'],
		['Picture Gallery',null,null]
	],
	['Latest New',null,null
	],
	['Links', null, null,
		['UKOWLA','http://www.ukowla.org.uk'],
		['John OGaunt School(Aseseeso JSS Link)','http://www.westberks.org/GroupHomepage.asp?GroupID=1911']
	],
	['Contact Us','Contact_Page.html',
	],

];


