// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]

var MENU_ITEMS = [
	['Home', 'index.html'],
	['SFNS Information', null, null,
		['About SFNS', null, null,
			['History', 'pages/history.html'],
			['Mandate', 'pages/mandate.html']
		],	
		['SFNS Directory', 'pages/staff.html']
	],
	['London District Chiefs Council', null, null,
		['Aboout LDCC', null, null,
			['Corporate Info', 'pages/ldccprofile.html'],	
			['Members / Contact Info', 'pages/aboutldcc.html']
		],
		['LDCC & Post Secondary Issues',null, null,
			['LDCC Position Paper', 'alldocs/ldcc_position_paper.pdf', {'tw':'_blank'}],
			['No Higher Priority', 'alldocs/NoHigherPriorityStgCmtreportfeb07.pdf', {'tw':'_blank'}],
			['Letter to Prime Minister', 'alldocs/campaignepm.pdf', {'tw':'_blank'}],
			['Letter to Chuck Strahl', 'alldocs/campaignechuck.pdf', {'tw':'_blank'}]
		],
		['LDCC Policing', 'pages/policing.html'],
		['AAMJIWNAANG', 'http://www.aamjiwnaang.ca', {'tw':'_blank'}],
		['Munsee-Delaware Nation', 'pages/munsee/index.html'],
		['Caldwell First Nation', 'pages/caldwell/index.html'],
		['Chippewas of Kettle and Stony Point First Nation', 'http://www.kettlepoint.org/home.html', {'tw':'_blank'}],
		['Chippewas of the Thames First Nation', 'http://www.cottfn.ca', {'tw':'_blank'}],
		['Delaware Nation', 'pages/delaware/index.html'],
		['Oneida Nation of the Thames', 'http://www.oneida.on.ca', {'tw':'_blank'}],
		['Walpole Island First Nation', 'http://www.bkejwanong.com', {'tw':'_blank'}]								
	],
	['SFNS Services', null, null,
		['Post Secondary Education', 'pages/services/edu.html'],
		['Technical Services', 'pages/services/tech.html'],
		['AHRDA', 'pages/services/ahrda.html'],
		['RRAP', 'pages/services/rrap.html']
	],
	['Resources', 'pages/resources.html'],
	['Events', null, null,
		['Bkejwanong Youth Celebrity Golf Gala','alldocs/bkejwanong_golf.pdf', {'tw':'_blank'}],
		['Elders & Youth Gathering Fundraising Golf Tournament','alldocs/2010 EYG-Golf-Flyer.doc', {'tw':'_blank'}],
	],	

	['   &nbsp;&nbsp;&nbsp;Career    &nbsp;&nbsp;&nbsp;Opportunities', 'pages/jobs.html']
];

