/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About us', null, null,
		['Services', '/about.html', {'sb':'About SBREMS'}],
		['History', '/history.html', {'sb':'SBREMS History'}],
		['Call Statistics', null, {'sb':'Call Statistics'}],
		['District Map', '/map.html'],
		['Personnel', '/personnel.html', {'sb':'See our members!'}]
	],
	['Community', null, null,
		['Employment Opportunities', '/employment.html', {'sb':'Find a Job at SBREMS!'}],
		['Donate', '/donate.html', {'sb':'Donate to SBREMS!'}],
		['This Years Flyer (PDF)', '/flyer.html', {'sb':'Take a Look at this years SBREMS Flyer!'}]
	],
	['News', '/News.html'],
	['Patient Info.', null, null,
		['Trip Sheet Request', null, {'sb':'Find a Job at SBREMS!'}],
		['Billing', '/billing.html', {'sb':'Donate to SBREMS!'}],
		['Privacy Statement', '/hippa.html', {'sb':'Take a Look at this years SBREMS Flyer!'}]
	],
	['Photos', null, null,
		['Incidents', null, {'sb':'Some hot shots of pictures!'}],
		['Other Pictures', 'other_pictures.htm', {'sb':'Take a look at other pictures taken by SBREMS!'}]
	],
	['Members', null],
	['Calendar', '/Calendar.html'],
	['Sponsors', null],
	['Contributors', null],
	['Employees', null, null,
		['Employees Login', 'http://staff.sbrems.com', {'sb':'Employees Login'}],
		['Schedule', '/schedule.pdf', {'sb':'Monthly Schedule'}],
		['Call Logs', 'http://staff.sbrems.com/0.txt'],
	],
];
