/*
  --- 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 = [
	['Raycon Steel', null, null,
	 	['About Us', 'AboutUs.html'],
		['Contact Us', 'contact.html'],
		['Home', 'main.html'],
		['Map', 'location.html']
	],
	['What We Do', null, null,
		['Anchor Bolts', 'anchor.html'],
		['Stairs', 'stairs.html'],
		['Railings', 'railings.html'],
		['Misc.', 'miscellaneous.html'],
		['Steel Erection', 'SteelErection.html']
	],
	['Online Quote', null, null,
		['Request A Quote', 'quote.html'],
		['How To', 'HowTo.html']
	],
	['Employment', null, null,
		['Available Jobs', 'jobOpportunities.html'],
		['Submit Resume', 'Application.pdf']
	],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null],
	['', null, null, null]
];


