/*
  --- menu items --- 
  Tigra menu v2 from www.softcomplex.com
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.php', null,		
	],
	['Your Brakes', null, null,
		['Introduction', 'brakes1.php'],		
		['Booster &amp; Master Cylinder', 'brakes2.php'],	
		['Brake Lines &amp; Fluid', 'brakes3.php'],
		['Discs &amp; Calipers', 'brakes4.php'],
		['Cylinders &amp; Drums', 'brakes5.php'],
		['Handbrakes, Friction', 'brakes6.php'],	
		['ABS and EMS', 'brakes7.php'],
	],
	['Services', null, null,
		['About Us', 'about.php'],		
		['Our Services', 'services.php'],
	],
	['BC as Agent', null, null,
		['Agency', 'agency.php'],
		['LMB Euroseal', 'lmb.php'],
		['Powerbrake', 'powerbrake.php'],
	],
	['Industry News', null, null,
		['Register', 'register.php'],
		['Log in', './industry/industryindex.php'],
	],
	['Contact Us', 'contact.php', null,
	],
];

