/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['Products', 'products.shtml'],
	['FAQ', 'questions.shtml'],
	['Order', 'order.shtml'], 
	['About Us', 'about.shtml'],
	['Contact Us', 'contact.shtml'],
  ['Login', 'clients/index.php']
];
