/*
  --- 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 = [
	['AWK GROUP', null, null,
	 	['Facts & Figures', '../english/awk_facts.htm'],
		['A systematic path','../english/awk_erfolg.htm'],
		['Our Team', '../english/awk_team.htm'],
		['International Network', '../english/awk_internetz.htm'],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null]
		],
	['SERVICES', null, null,
		['Benefits', '../english/dienst_nutzen.htm'],
		['Expertise', '../english/dienst_komp.htm'],
		['Approach', '../english/dienst_vorgehen.htm'],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null]
	],
	['CUSTOMERS', null, null,
		['Banking and Insurance', '../english/kun_bank.htm'],
		['Industry and Commerce', '../english/kun_indu.htm'],
		['Power Utilities', '../english/kun_evu.htm'],
		['ICT Provider', '../english/kun_telco.htm'],
		['Public Transport', '../english/kun_oev.htm'],
		['Road Traffic', '../english/kun_sv.htm'],
		['Security / Emergency', '../english/kun_bors.htm'],
		['Hospitals and Clinics','../english/kun_ges.htm'],
		['Cantons / Communities','../english/kun_kg.htm'],
		['Federal Government', '../english/kun_bv.htm'],
		['Defence', '../english/kun_vbs.htm']

	],
        ['MEDIA & EVENTS', null, null,
		['Brochures/Flyer', '../english/media_flyer.htm'],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null],
		['', null,null]
	],
];

