/*
  --- 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"],
	['Services', "./services.php"],
	['Products', null, null,
		['Software', null, null, 
		 	['alt-n Technologies', 'altn.php'],
			['Netop', 'genevalogic.php'],
			['Kaspersky', 'kaspersky.php'],
			['EMS', 'ems.php'],
			['Microsoft', 'microsoft.php'],
			['Techsmith', 'techsmith.php'],
			['Telerik', 'telerik.php'],
			['Others', 'software_others.php']
		],
		['Hardware', null, null,
		 	['Server', './server.html'],
			['Desktop', './desktop.html'],
			['Noteboks', './notebook.html'],
			['Monitors', './monitors.html'],
			['Portable Storage', './portable_storage.html'],
			['Networking', './networking.php'],
			['Others', './hardware_others.html']
		]
	],
	['Web Services', null, null,
		['Domain Registration', './domain.php'],
		['Website Design', './website_design.php'],
		['Website Template', './web_template/'],
		['Website/Email Hosting', './web_hosting.php']
	],
	['Downloads', "./downloads.php"],
	['About Us', "./aboutus.php"],
	['Contact Us', null, null,
		['Address & Telephone', './contactus_address.php'],
		['Enquiry Form', './contactus_form.php']
	]
];

