/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var MENU_ITEMS = [
	['Startside', 'index.php', '_top'],
	['Om stedet', 'om.php', 'innhold'],
	['Overnatting', 'overnatting.php', 'innhold'],
	['SlowTur&reg;', 'kafe.php', 'innhold'],
	['BickBalanse', 'retreat.php', 'innhold'],
	['Linker', 'ilm.php', 'innhold'],
	['Fotogalleri', '/gallery/albums.php?newlang=no_NO', 'innhold'],
	['Om oss', 'omoss.php', 'innhold'],
	['Kontakt oss', 'kontakt.php', 'innhold'],
];

