/* 
	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 TREE_ITEMS = [
	['', 'http://www.wibo.be', 0,
		['Algemene informatie', "/", 0,
			['Wat is WIBO A.C. ?', "/wat.php"],
			['Faciliteiten', "/faciliteiten.php"],
			['Beheerraad', "/beheerraad.php"],
			['Hoe lid worden ?', "/lidworden.php"],
			['Traingen en trainers', "/training.php"],
			['Clubrecords', "/clubrecords.php"],
		],
		['WIBO A.C. Online', "/", 0,
			['Club Magazine', '/hermes'],
			['Foto\'s', '/fotos'],
		],
		['Nieuws', "/", 0,
			['Clubnieuws', '/clubnieuws.php'],
			['Wedstrijdnieuws', '/wednieuws.php'],
		],
		['Uitslagen wedstrijden', '/uitslagen.php'],
		['Contacteer Ons', "mailto:info@wibo.be", 0],
		['Over Deze Site', '/about.php', 0],
	]
];


