/*
  --- 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.html', null,
		['Primary Services', 'primary_services.html'],
		['Industry Served', 'industry_served.html']		
	],
	['About', 'about.html', null,
		['Principles', 'principles.html'],
		['Success Stories', 'success_stories.html'],
		['Client Comments', 'client_comments.html']
	],
	['Services', 'services.html', null,
		['Project Management', 'project_management.html'],
		['Requirements Analysis', 'requirements_analysis.html'],
		['System S/W Engineering', 'system_software_engineering.html'],
		['3rd Party Package Implementation', 'package_implementation.html'],
		['System Development', 'system_development.html'],
		['Management Consulting', 'management_consulting.html'],		
		['Internet Development', 'internet_development.html'],
		['Network Infrastructure', 'network_infrasture.html'],		
	],
	['Contact Us', 'contact.html', null],	
];


