/*
  --- 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 = [
	['Vehicles', null, null,
		['Help With Finding A Van', 'Used-Handicap-Vans.php', null,],
		['Search Our Inventory', 'inventory.php', null,],
		['Van Specials On Sale', 'vanspecials.php', null,],
		['Rear Entry Vans', 'rear-entry-wheelchair-vans.php', null,],
		['Full Size Conversion Vans', 'ultra-lowered-floor-conversion-van.php', null,],		
		['Braun Entervan', 'braun-entervan.php', null,],
		['Braun Rampvan', 'Toyota-Sienna-Ramp-Van.php', null,],
		['Braun CompanionVan', 'braun-companionvan.php', null,],
		['Braun CompanionVan RE', 'braun-re-companionvan.php', null,],
		['VMI Handicap Accessible Vans', 'VMI_Handicap_Accessible_Van.php', null,],
		['VMI Honda Odyssey Northstar', 'honda-odyssey-wheelchair-van.php', null,],
		['Conquest Wheelchair Trikes', 'wheelchair-motorcycle.php', null,],
	],
	['Lifts & Equipment', null, null,
		['Scooter Lifts', 'Scooter_Lifts.php', null,],
		['Wheelchair Lifts', 'Wheelchair-Lift-Vans.php', null,],
		['TMN Wheelchair Robot', 'tmn-robot.php', null,],
		['Hand Controls - Electronic Driving', 'hand-controls-electronic-driving-systems.php', null,],
		['Steering Wheel Spinner Knobs', 'spinner-knobs.php', null,],
		['TAS Turning Auto Seats', 'wheelchair_van_TAS.php', null,],
		['Wheelchair Tie-Downs', 'Wheelchair_Tie_Downs.php', null,],
		['EZ Lock Docking Systems', 'ezlock.php', null,],
		['Stair Lifts', 'stair-lift.php', null,],		
	],	
	['Inquiry Form', 'inquiryform.php', null,],
	['Service', 'Service-wheelchair-vans.php', null,],
	['Financing', 'Handicap_Accessible_Van_Dealer_Financing.php', null,],
	['Rentals', 'Wheelchair-Vans-for-Rent.php', null,],
	['About Us', 'Handicap-Accessible-Van-Dealers.php', null,
		['MobilityWorks News', 'MobilityWorks-Press.php'],
		['Company Profile', 'Handicap-Accessible-Van-Dealers.php'],
		['Employment', 'employment.php'],	
		['Wheelchair Vans & Lifts Photo Gallery', 'wheelchair-vans-image-gallery.php'],
		['You Tube Videos', 'video.php'],
		['Slide Presentation', 'wheelchair-vans-intro.php'],	
		['Business Partners', 'adaptive-equipment.php'],
		['OT/PT Training Events', 'otpt-events.php'],
		['MobilityWorks Logos', 'logos.php'],
		['Image Gallery', 'wheelchair-vans-image-gallery.php'],		
		['Mobility Wire Blog', '/blog/index.html'],
	],
	['Locations', 'contact.php', null,
		['Albany-Scotia NY', 'Albany.php', null,],	
		['Chicago-Villa Park IL', 'ChicagoVillaPark.php', null,],
		['Chicago-Plainfield IL', 'ChicagoPlainfield.php', null,],
		['Chicago-Skokie IL', 'Chicago-Skokie-Wheelchair-Vans.php', null,],
		['Cincinnati-Dayton OH', 'Cincinnati.php', null,],
		['Cleveland-Akron OH', 'AkronCleveland.php', null,],
		['Detroit MI', 'Detroit.php', null,],
		['Los Angeles CA', 'LosAngeles.php', null,],
		['Pittsburgh PA', 'pittsburgh.php', null,],
		['Toledo OH', 'toledo.php', null,],
		['Saginaw MI', 'Saginaw.php', null,],
		['San Jose-Santa Clara CA', 'SanJose.php', null,],
		['Milwaukee-Waukesha WI', 'Waukesha.php', null,],
		['Commercial Vans', '/Commercial/commercial_index.php', null,],
	],
];

