/*
  --- 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,
		['Search Our Inventory', 'inventory.php', null,],
		['Braun Entervan', 'braun-entervan.php', null,],
		['Braun Rampvan', 'Toyota-Sienna-Ramp-Van.php', null,],
		['Braun CompanionVan', 'braun-companionvan.php', null,],
		['VMI Honda Odyssey Northstar', 'honda-odyssey-wheelchair-van.php', null,],
		['VMI Honda Odyssey Summit', 'vmi-honda-summit.php', null,],
		['VMI Dodge Summit', 'vmi-dodge-summit.php', null,],
		['Rear Entry Vans', 'rear-entry-wheelchair-vans.php', null,],
		['Full Size Conversion Vans', 'ultra-lowered-floor-conversion-van.php', null,],
		['Ford Transit Connect', 'ford-transit-connect-mobility-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,],
		['Power Pull Ramp Assist', 'powerpull-wheelchair-ramp-assistant.php', null,],		
		['Stair Lifts', 'stair-lift.php', null,],		
	],	
	['Service', 'Service-wheelchair-vans.php', null,],
	['Specials on Sale', 'vanspecials.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'],
		['Financing', 'Handicap_Accessible_Van_Dealer_Financing.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'],		
		['MobilityWorks Blog', '/blog/index.html'],
	],
	['Locations', 'contact.php', null,
		['Showrooms & Service', 'contact.php', null,],
		['Albany', '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,],
	],
	['Contact', 'inquiryform.php', null,],
];


