/*
  --- 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_TOP = [
	['Welcome', null, null,
		['Welcome','./index.htm'],	
	],
	['Location', null, null,
		['The Area','./the_area.htm'],
		['Getting Here', './getting_here.htm'],	
	],
	['Accommodation', null, null,
		['The Stable, Gurnard, Cowes','./the_stable1.htm'],
		['Coast House, Gurnard,Cowes','./coast1.htm'],
	],
	['Availability', null, null,
		['The Stable','./tariff.htm'],
		['Coast House','./tariff1.htm'],
	],
	['Comments', null, null,
		['Comments','./comments.htm'],
	],
	['Contact Us', null, null,
		['Contact Us','./contact.htm'],
		
	],
	
];

var MENU_ITEMS_SIDE = [
	['Overview','/overview.htm'],
	['Why Choose Equinox?', '/usp.htm'],
	['Product Entry & Maintenance','/product.htm'],
	['Order Processing','/customer_ordering.htm'],
	['CRM','/crm.htm'],
	['Marketing & List Management','/marketing.htm'],
	['Stock Control & Warehousing','/stock_warehouse.htm'],
	['Purchase Order Processing','/purchase_order.htm'],
	['Reporting','/reporting.htm'],
	['E-Commerce', '/ecommerce.htm']
];

var MENU_ITEMS_HOME = [
	['Home','http://www.astrosell-equinox.com/index.htm']
];
