/*
  --- 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_A = [
	['team', null, null,
		['Team', 'http://www.pentalog.com/team/index_global_en.htm'],
		['International', 'http://www.pentalog.com/news/news_international.htm'],
	],
	['services', null, null,
	 	 ['Business Line', 'http://www.pentalog.com/services/business_line.htm'],
         ['Information Systems', null, null,
			   ['Presentation','http://www.pentalog.com/services/business_line_information_systems.htm'],
			   ['Software development','http://www.pentalog.com/services/software_development.htm'],
			   ['Business Intelligence','http://www.pentalog.com/services/business_intelligence.htm'],
			   ['Networks and Telecoms','http://www.pentalog.com/services/network_infrastructure.htm'],
			   ['Cloud Computing','http://www.pentalog.com/services/cloud_computing.htm'],
			   ['Facilities Management','http://www.pentalog.com/services/IT_facilities_management.htm'],
         ],
		 ['Embedded Systems', null, null,
                ['Embedded development','http://www.pentalog.com/services/business_line_embedded_systems.htm'],
				['Testing','http://www.pentalog.com/services/testing.htm'],
                ['Mobility','http://www.pentalog.com/services/mobile_solutions.htm'],
         ],
		 ['BPO', null, null,
				['Presentation','http://www.pentalog.com/services/business_line_business_process_outsourcing.htm'],
                ['BPO Call Center','http://www.pentalog.com/services/bpo_call_center.htm'],
				['BPO Data processing', 'http://www.pentalog.com/services/bpo_data_processing.htm'],
				['BPO Image processing', 'http://www.pentalog.com/services/bpo_image_processing.htm'],
				['BPO Web processing', 'http://www.pentalog.com/services/bpo_web_processing.htm'],
                ['BPO CRM Center','http://www.pentalog.com/services/bpo_crm_center.htm'],
         ],
		['Offshore Outsourcing',null,null,
                ['Offshore Outsourcing','http://www.pentalog.com/services/apn_offshore_outsourcing.htm'],
				['Nearshore Romania','http://www.pentalog.com/services/apn_offshore_nearshore_romania.htm'],
				['Nearshore Moldova','http://www.pentalog.com/services/apn_offshore_nearshore_moldova.htm'],
				['Offshore Vietnam','http://www.pentalog.com/services/apn_offshore_vietnam.htm'],
		],
	],
	['company', null, null,
		['Business Model', 'http://www.pentalog.com/company/apn_offshore_business_model.htm'],
		['Board of directors', 'http://www.pentalog.com/company/apn_board.htm'],
		['Main Figures', 'http://www.pentalog.com/company/apn_figures.htm'],
		['Certifications', 'http://www.pentalog.com/company/apn_certifications.htm'],
		['Partnerships', 'http://www.pentalog.com/company/apn_partnership.htm'],
		['Human Resources', 'http://www.pentalog.com/company/apn_human_ressources.htm'],
		['Blog', 'http://blog.pentalog.biz/'],
		['Contact us', null, null,
			['Global offices','http://www.pentalog.com/company/apn_contact.htm'],
			['Contact Germany - France','http://www.pentalog.com/company/apn_contact_offices_france_germany.htm'],
			['Contact Offshore Vietnam','http://www.pentalog.com/company/apn_contact_offshore_office_vietnam.htm'],
			['Contact Nearshore Romania Moldova','http://www.pentalog.com/company/apn_contact_offshore_offices_romania_moldova.htm'],
		],
	],
	['references', null, null,
		['Client List', 'http://www.pentalog.com/references/apn_index.htm'],
		['Case studies', 'http://www.madeinoffshore.com/success-story'],
	],
	['pricemaker', 'http://www.pentalog.com/pricemaker', null],
];
