var MENU_ITEMS1 = [
	['Home', 'index.html'],
	['Training',null, null,
		['&nbsp; Courses and Costs', 'courses.html'],
		['&nbsp; Refreshers Courses', 'refresh.html'],
		],
	['The B+E Test',null, null,
		['The B+E Test', 'test.html'],
		['Trailer Towing Regulations', 'law.html'],
		['On Road Driving', 'onroad.html'],
		['The Reversing Exercise', 'reverse.html'],
		['Uncoupling/Recoupling', 'coup.html'],
		['The B+E Show Me/Tell Me', 'questions.html'],
		],
	['Client List', 'client.html'],
	['About TTW', 'about.html'],
	['FAQs', 'faq.html'],
	['Links', 'links.html'],
	['P.T.D.M.I.', 'ptdmi.html'],
];

