/* Tigra Menu items structure */
var MENU_ITEMS = [
	['FORSIDE', 'http://www.kg-total.dk/index.html'],
	['KG ENTREPRENØR', null, null,
		['Kabel entrepriser', 'http://www.kg-total.dk/pages/kabel.html'],
		['Fjernvarme', 'http://www.kg-total.dk/pages/fjern.html'],
		['Vand & Gas', 'http://www.kg-total.dk/pages/VOG.html'],
		['Kloak', 'http://www.kg-total.dk/pages/kloak.html'],
		['Anlæg', 'http://www.kg-total.dk/pages/anlg.html'],
		['Belægning', 'http://www.kg-total.dk/pages/belg.html'],
		['Rådgivning', 'http://www.kg-total.dk/pages/Eraadg.html'],
		['Certificering', 'http://www.kg-total.dk/pages/Ecert.html'],
		['Miljø', 'http://www.kg-total.dk/pages/Emil.html']
	],
	['KG BORING', null, null,
		['Styret underboring', 'http://www.kg-total.dk/pages/stub.html'],
		['No-Dig', null, null,
			['Vandforsyning', 'http://www.kg-total.dk/pages/nd-vand.html'],
			['Kloak', 'http://www.kg-total.dk/pages/nd-kloak.html']
		],
		['Rådgivning', 'http://www.kg-total.dk/pages/Braadg.html'],
		['Certificering', 'http://www.kg-total.dk/pages/Bcert.html'],
		['Miljø', 'http://www.kg-total.dk/pages/Bmil.html']
	],
	['KG INNOVATION', null, null,
		['Forretningsudvikling', 'http://www.kg-total.dk/pages/forr.html'],
		['Internationalisering', 'http://www.kg-total.dk/pages/inter.html'],
		['Markedsføring', 'http://www.kg-total.dk/pages/marked.html'],
		['Offentligt udbud', 'http://www.kg-total.dk/pages/off.html']
	],
	['KG', 'http://www.kg-total.dk/pages/KG.html'],
	['KONTAKT', 'http://www.kg-total.dk/pages/kontakt.html']
];
