/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'tw':'_top'}],
	['About', 'about.php', {'tw':'_top'}],
	['Contact', 'contact.php', {'tw':'_top'}],
	['Services', 'services.php', {'tw':'_top'}],
	['Affiliates', 'affiliates.php', {'tw':'_top'}]
];

