/* 
	the format of the tree definition file is simple,
	you can find specification in the product documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
*/

var TREE_ITEMS = [
	['Home', 'index.php', {'tt':'Home'}],
	
	['FinOps', 'organisation.html', {'st':0, 'tt':'FinOps'},
		['Vision - Mission', 'mission.html', {'tt':'Vision - Mission'}],
		['Mitarbeiter', 'mitarbeiter.html', {'tt':'Mitarbeiter'}],
		['Management', 'geschaeftsleitung.html', {'tt':'Management'}],
		['Verwaltungsrat und<br><span style="margin-left:15px;">Advisory Board', 'verwaltungsrat.html', {'tt':'Verwaltungsrat und Advisory Board'}]
	],
	
	['FUNDABLER', 'FinOps_FUNDABLER.html', {'tt':'FUNDABLER'}],
	
	['MidOffice Services', 'middle_office_fonds.html', {'st':0,'tt':'MidOffice Services'},
		['Anlage Services', 'anlagen_outsourced.html', {'tt':'Anlage Services'}],
		['Accounting Services ', 'schattenbuchhaltung.html', {'tt':'Accounting Services '}],
		['Asset Manager Services', 'asset_manager_services.html', {'tt':'Asset Manager Services'}],
		['Controlling Services ', 'controlling_outsourced.html', {'tt':'Controlling Services '}],	
	],
	
	['Administration Services', 'administrator_services.html', {'st':0,'tt':'Administration Services'},
		['Accounting Services', 'buchhaltung_NAV.html', {'tt':'Accounting Services'}],
		['Controlling Services', 'controlling_post.html', {'tt':'Controlling Services'}],
		['Fondsleitungs Services', 'fondsleitung_services.html', {'tt':'Fondsleitungs Services'}],
	],
	
	['Reporting Services', 'reporting_services.html', {'tt':'Reporting Services'}],
	
	['Beratungs Services', 'beratungs_services.html', {'tt':'Beratungs Services'}],
	
	['Aktuell', 'aktuell.html', {'st':0,'tt':'Aktuell'},
		['Pressemitteilungen', 'pressemitteilung.php', {'tt':'Pressemitteilungen'}],
		['Newsletter', 'newsletter.php', {'tt':'Newsletter'}],
		['Fachthemen und Links', 'fachthemen_fund_links.php', {'tt':'Fachthemen und Links'}],
		['Events', 'anlaesse.php', {'tt':'Events'}]
	],
	
	['Sitemap', 'sitemap.html', {'tt':'Sitemap'}],
	
	['Download', 'download.php', {'tt':'Download'}],
	
	['Kontakt', 'kontakt.html', {'tt':'Kontakt'}],
	
	['Jobs', 'not_active_jobs.php', {'tt':'Jobs'}]

];

//function caption) {
//	if (caption == CURRENT_ITEM)
//		return '<font color="#cc0000">' + caption + '</font>';
//}



