/*
  --- 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 = [
	['Our thinking points', null, null,
		['What are requirements?', 'whatareur.htm'],
		['Whom do you rely on?', 'whomdo.htm'],
		['Why outsource at all?', 'whyout.htm'],
		['Why us?', 'whyus.htm'],
	],
	
	['Our services', null, null,
		['Solutions', 'solutions.htm'],
		['Expertise','expertise.htm'],
	],
	
	['Online support', null, null,
	    ['Online insurance','insurance.htm'],
		['Purchase order','construct.htm'],
		['Ask a Quote', 'quote.htm'],
	],
	['Other links', null, null,
		['Resource centre','resources.htm'],
		['Track and trace','track.htm'],
		['News and updates','construct.htm'],
	],
];

