/*
  --- 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 = [
	['Company', '/company.php', null,
	    ['History', '/company-history.php'],
	],
	['Products', '/products.php', null,
        ['Air Curtains', '/products-air_curtains.php'],
		['Bridges & Bridge Replacement', '/products-bridges.php'],
		['Corrugated Steel Pipe', '/products-csp.php'],
		['End Sections', '/products-end_sections.php'],
		['Fabricated Steel', '/products-fabricated_steel.php'],
		['Gabions & Wire Walls', '/products-gabions.php'],
		['Geotextiles', '/products-geotextiles.php'],
		['Guiderail', '/products-guardrails.php'],
		['Plastic Pipe', '/products-hdpe.php'],
		['Stormwater BMP', '/products-stormwater_bmp.php'],
		['Structure Plate', '/products-structure_plates.php'],
        ['Surface Drain', '/products-surface_drains.php'],
		['Water Control Gates', '/products-gates.php'],
	],
	['Applications', '/applications.php', null,
	 	['CSP Bridges & Bridge Replacements', '/applications-bridges.php'],
		['Detention/Retention Structures', '/applications-detention_structures.php'],
	],
	['Technical Info', '/technical_information.php', null,
		['Corrugated Steel Pipe', '/technical_information-csp.php'],
	],
	['Contact Us', '/contact_us.php'],
	['Home', '/index.php'],
];


