var TREE_NODES = [
	['home', '/home.shtml', 'main'],
	['about bien', null, null,
		['mission', '/1mission.shtml', 'main'],
        ['people', '/1people.shtml', 'main'],
		['faith', '/1faith.shtml', 'main'],
		['protectors', '/1protect.shtml', 'main'],
	],
	['festivals', null, null,
		['2009 turku', '../finland/home.html', 'main'],
	 	['2008 murowana go&#347;lina', '../poland/home.html', 'main'],
	 	['2007 hamburg', '../hamburg/home.html', 'main'],
		['2006 tallinn', '../tallinn06.html', 'main'],
		['2005 uppsala', '/uppsala/home.shtml', 'main'],
		['2004 st. petersb.', '/stpeterfes.shtml', 'main'],
		['2003 copenhagen', '/3copenha.shtml', 'main'],
		['2002 visby', '/visbyfes.shtml', 'main'],
		['2001 riga', '/3riga.shtml', 'main']
	],
	['contact us', '/1people.shtml', 'main'],
];



