/*
  --- 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', 'home.asp'
	],
	['Modular Buildings', 'modular.asp'
	],
	['Units and Storage', null, null,
		['JackLeg Units and Storage', 'jackleg.asp'],
		['Anti-Vandal Units', 'anti.asp'],
		['Storage Units and WorkShops', 'storage.asp'],
	],
	['Site Services', 'services.asp'
	],
	['Contact Us', 'contactus.asp'
		
	],
];

