	var MENU_ITEMS = [
		['Home', 'index.html', null,
		],
		['Pinball', null, null,
			['Service', 'pinball_service.html'],
			['Restoration', 'pinball_refurbishment.html'],
			['Conversion', 'pinball_solidstateconversions.html'],
			['Maintenance Guide', 'pinball_maintenance.html'],
			['The Evolution of Pinball', 'pinball_evolution.html']
			//,['Links', 'pinball_links.html']
		],
		['Model Lighting', 'ModelLighting.html', null,
		],
		['Electronics', null, null,
			['Kits', 'Kits.html']
			
		],
		['3D Animation', '3DTraining.html', null,
		],
		['About', null, null,
			['Contact', 'contact.html'],
			['History', 'history.html']
		]
	];


