/*
  --- 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 = [
	['Home', 'index.php'],
	['About', null, null,
		['Company History', 'history.php'],
		['Masons', 'masons.php'],
		['References', 'references.php']
	],
	['Employment', null, null,
		['Current Openings', 'openings.php'],
		['Job Application', 'application.php']
	],
	['Portfolio', null, null,
		['Residential', 'residential.php'],
		['Commercial', 'commercial.php'],
		['Landscape', 'landscape.php']
	],
	['Invitation to Bid', 'bid.php'],
	['Links', null, null,
		['Architects', 'architects.php'],
		['General Contractors','contractors.php'],
		['Regional Resources','resources.php']
	],
];

