/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;.:: About Us', null, null,
		['Welcome', 'welcome.htm'],		
		['Mission Statement', 'mission.htm'],
		['Warranty Statement', 'warranty.htm'],
		['Certificates', 'certificates.htm'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;.:: Support Services', null, null,
		['Capability Search', 'capability.aspx'],
		['Battery Shop', 'batteryshop.htm'],
		['Repair & Overhauls', 'repair.htm'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;.:: Support Programs', null, null,
		['Exchange Inventory', 'exchange.aspx'],
		['Sales Inventory', 'sales.aspx'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;.:: Contact Us', 'contactus.htm'],
	['&nbsp;&nbsp;&nbsp;&nbsp;.:: Home', 'bottom.aspx']
];

