/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['School Bus Division', null, {'bw':127},
		['Service History', 'ServiceHistory.html'],
		['Local Weather', 'LocalWeather.html'],
		['Bus Cancellations', 'BusCancellations.html'],
		['Parent News', 'ParentNews.html'],
		['Join Our Mailing List', 'MailingList.html']
	],
	['Coach Bus Division', null, {'bw':127},
		['Group History', 'GroupHistory.html'],
		['Our Coaches', 'OurCoaches.html'],
		['Travel Agents', 'TravelAgents.html'],
		['Reserve A Coach', 'CoachReservations.html']
	],
	['Services', null, {'bw':127},
		['Airport Transportation', 'AirportTransportation.html'],
		['Shuttle Service', 'ShuttleService.html'],
		['Weddings', 'Weddings.html'],
		['Corporate Charters', 'CorporateCharters.html'],
		['Church Groups', 'ChurchGroups.html'],
		['Shopping Trips', 'ShoppingTrips.html']
	],
	['Contact Us', 'ContactUs.html', {'bw':127},
		['Office Locations & Contacts', 'ContactUs.html'],
		['Employment Opportunities', 'JobApplication.html']
	],
	['Corporate Policy', 'Safety.html'],
	['Our Memberships', 'Memberships.html']
];

