/*
  --- 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', '/index.php'],
	['Products', '/products.php', null,
		['Alter-Ego', '/alter-ego.php'],
		['SwitchRight', '/switchright.php'],
		['Custom', '/customdev.php'],
		['Refund Policy', '/refund_policy.php'],
	],
	['Support', '/community/viewforum.php?f=12', null,
		['Knowledge Base', '/support/'],
		['Technical Support', '/community/viewforum.php?f=12'],
	],
	['About Us', '/companyinfo.php', null,
		['Community Forums', '/community/'],
		['Contact Us', '/contactinfo.php'],
		['Company Information', '/companyinfo.php'],
		['News and Updates', '/news.php'],
	],
];

