/*
  --- 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.htm'
	],
	['County Rte &amp; Sched', null, null,
		['Dial-A-Ride', 'dial-and-ride.html'],
	 	['Routes &amp; Schedules', 'routes.html'],
	],
	['Campus Bus Service', null, null,
		['Routes &amp; Schedules', 'routes.html'],
		['Service Calendar', null, null,
		    ['January Calendar', 'service1001.html'],
			['February Calendar', 'service1002.html'],
			['March Calendar', 'service1003.html'],
			['April Calendar', 'service1004.html'],
			['May Calendar', 'service1005.html'],
			['June Calendar', 'service1006.html'],
			['July Calendar', 'service1007.html'],
			['August Calendar', 'service1008.html'],
			['September Calendar', 'service1009.html'],
			['October Calendar', 'service0910.html'],
			['November Calendar', 'service0911.html'],
			['December Calendar', 'service0912.html'],
			],
		['SATS', 'sats.html'],
		['Special Event Shuttle', 'special-event.html'],
		['Riders Guide', 'riders-guide.html'],
		['CBS History', 'cbs-history.html'],
		['CBS Alumni Photos', 'cbs-photos.html'],
		['Scholarship', 'blakemore-scholarship.html'],
	],
	['About PARTA', null, null,
		['Customer Service', 'customer-service.html'],
		['Contact', 'contact.html'],
		['Advertising', 'advertising.html'],
		['Press Releases', 'pressreleases.html'],
		['Gateway Facility', 'http://www.kentcentralgateway.com/'],
		['Employment', null, null,
			 ['PARTA Employment', 'employment.html'],
			 ['Student Employment', 'student-employment.html'],
			 ],
		['Procurement', 'procurement.html'],
		['Photo Album', 'photo-album.html'],
		['Mission Statement', 'mission-statement.html'],
		['Board Information', 'board-info.html'],
		['Public Rec. Policy', 'public-records-policy.html'],
		['PARTA&acute;s Foundation', 'http://www.pptafi.org/'],
		
		['Facts about PARTA', 'facts.html'],
		['Links', 'links.html'],
		['Twitter', 'http://twitter.com/PortageAreaRTA'],
		['Transit Watch', 'transitwatch.html'],
	],
	['Forms', null, null,
		['Ticket Order Form', 'pdfs/ticket-order-form.pdf'],
		['Employment App.', 'pdfs/employment-application.pdf'],
		['Student Emp. App.', 'pdfs/stuapp.pdf'],
		['SDTS Sched. Form', 'pdfs/sdts.pdf'],
		['Passenger Register', 'pdfs/passenger-registration.pdf'],
		['Public Rec. Request', 'public-records-request.html'],
	],
	['Shop Online', 'shop-online.html'
	],
];

