/*
  --- 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 = [
	['Company', null, null,
		['Company Profile', 'CompanyProfile.html'],
		['Locations', 'Locations.html'],
		['Team', 'Team.html'],
	],
	['Services', null, null,
		['Software Development', 'SoftwareDevelopment.html', 'null',
		       ['Custom Software Development', 'CustomSoftwareDevelopment.html'],
		       ['Software Maintenance', 'SoftwareMaintenance.html'],
		       ['Software Re-engineering', 'SoftwareReEngineering.html'],
		],
		['IT Infrastructure Management', 'ItInftrastructureManagement.html'],
		['Website Designing', 'WebsiteDesigning.html'],
		['Domain Registration', 'DomainRegistration.html'],
		['Hosting', 'Hosting.html'],
		['Search Engine Optimization-SEO', 'seo.html'],
		['Server Administration', 'ServerAdministration.html'],		
		['E-Commerce', 'ECommerce.html'],
		['E-Marketing', 'EMaketing.html'],
		['BPO'],
	],
	['Software', null, null,
		['Finance', null, null,
			['Ultra InvestSmart', 'UltraInvestSmart.html'],
		],
		['Health Care', null, null,
			['Ultra HospitalManager', 'UltraHospitalManager.html'],
			['Ultra LabAssistant', 'UltraLabAssistant.html'],
		],
		['Manufacturing', 'Manufacturing.html'],
		['Shipping', null, null,
			['Military Shipper Pro', 'MilitaryShipperPro.html'],
			['Military Shipper Domestic', 'MilitaryShipperDomestic.html'],
			['Military Shipper International', 'MilitaryShipperInternational.html'],
			['Military Shipper Port', 'MilitaryShipperPort.html'],
		],
		['Tools', null, null,
			['Ultra MailSmart', 'UltraMailSmart.html'],
		]
	],
	['Affiliates', 'Affiliates.html', null,
		['Method Science', 'Affiliates.html#method'],	
		['Network Solutions', 'Affiliates.html#network'],
		['Pro Flowers', 'Affiliates.html#proflower'],

	],
];

