/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', null, null,
		['Over Kruiper Staalbouw BV', 'home/overkruiper.html', {'tw':'content','sb':'Beschrijving van het bedrijf'}],
		['Historie', 'home/historie.html', {'tw':'content','sb':'Historie'}]
	],
	['Productie', null, null,
		['Constructie', 'productie/constructie.html', {'tw':'content','sb':'Constructie'}],
		['Eigen faciliteiten', 'productie/faciliteiten.html', {'tw':'content','sb':'Faciliteiten'}],
		['Conservering', 'productie/conservering.html', {'tw':'content','sb':'Conservering'}]
	],
	['Diensten', null, null,
		['Begeleiding projecten', 'diensten/begeleiding.html', {'tw':'content','sb':'Begeleiding'}],
		['Calculatie', 'diensten/calculatie.html', {'tw':'content','sb':'Calculatie'}],		
		['Tekeningen', 'diensten/tekeningen.html', {'tw':'content','sb':'Tekeningen'}],
		['Transport', 'diensten/transport.html', {'tw':'content','sb':'Transport'}],
		['Montage op locatie', 'diensten/montage.html', {'tw':'content','sb':'Montage'}]
	],
	['Contact', null, null,
		['Contact', 'contact/contact.html', {'tw':'content','sb':'Contactgegevens'}],
		['Routebeschrijving', 'contact/route.html', {'tw':'content','sb':'Routebeschrijving'}],
		['Links', 'contact/links.html', {'tw':'content','sb':'Links'}]
	],
	['Portfolio', null, null,
		['Kapconstructie woning', 'projecten/kapconstructie.html', {'tw':'content','sb':'Kapconstructie'}],
		['Hal met kraanbaan', 'projecten/moduskraanbaan.html', {'tw':'content','sb':'Fotos project 2'}],
		['Meer projecten', 'projecten/projecthistorie.html', {'tw':'content','sb':'Fotos project 3'}]
	]
];
