/*
  --- 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', null,null,
		['Main Page', 'index.htm'],
	],
	['LS1 Upgrade', null, null,
		['Product Info', 'products.htm'],
		['Tech Info', 'tech.htm'],
		['Ordering Info', 'pricing.htm'],
		
	],
	['C5 Upgrade', null, null,
		['Product Info', 'products2.htm'],
		['Tech Info', 'tech.htm'],
		['Ordering Info', 'c5pricing.htm'],
		
	],
	['Contact', null, null,
		['E-mail', 'contact.htm'],

	],
	['Feedback', null, null,
		['Customer Emails', 'feedback.htm'],

	],
	['Specials', null, null,
		['Current Pricing Specials', 'specials.htm'],

	],
];

