/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.htm'],
	['Dansekurs', null, null,
		['Kursbeskrivelse', '/f2010_main.htm'],
		['Timeplan', '/f2010_main.htm'],
		['Helgekurs', '/f2010_main.htm'],
		['Privatundervisning', '/privatelesson.htm'],
		['Brudevals', '/brudevals.htm'],
		['-Gavekort-', '/gavekort.htm']
	],
	['ZUMBA', '/zumba.htm'],
	['Oppdrag', null, null,
		['Dans på Jobb', null],
		['Dans på Skole', null],
		['Utdrikningslag', null],
		['Gjesteinstruktører', null],
		['Danseshow', null],
		['Utleie Lokale', null]
	],
	['Om oss', null, null,
		['Kursopplegg', '/classes.htm'],
		['Instruktører', '/instructors.htm'],
		['Location', '/location.htm'],
		['Contact', '/contact.htm']
	],
	['Arkiv', null, null,
		['PhotoGalleri', null],
		['Video Galleri', '/video.htm'],
		['Artikler', '/articles.htm'],
		['Nyhetsarkiv', '/news.htm']
	],
	['Kalender', null],
	['Links', '/links.htm']
];
