﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.htm'],
	['Products', null, null,
		['Home Software', 'homeSoftware.htm'],
		['Business Software', 'businessSoftware.htm'],
		['Education Software', 'educationSoftware.htm'],
		['Game Software', 'gameSoftware.htm']
	],
	['Services', null, null,
		['Custom Software', 'customSoftware.htm'],
		['Website Design', 'websiteDesign.htm']
	],
	['Support', null, null,
		['Customer Support', 'customerSupport.htm'],
		['Register Product', 'registerProduct.htm']
	],
	['About Us', 'aboutUs.htm'],
	['Contact Us', 'contactUs.htm']
];
