/* 
	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'}],
		['Employees', 'employees.html', {'tt':'Employees'}],
		['Management', 'management_team.html', {'tt':'Management'}],
		['Boards', 'boards.html', {'tt':'Boards'}]
	],
	
	['FUNDABLER', 'FinOps_FUNDABLER.html', {'tt':'FUNDABLER'}],
	
	
	['MidOffice Services', 'middle_office_fund.html', {'st':0,'tt':'MidOffice Services'},
		['Asset Services', 'asset_outsourced.html', {'tt':'Asset Services'}],
		['Accounting Services ', 'accounting_shadow.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', 'accounting_lead_NAV.html', {'tt':'Accounting Services'}],
		['Controlling Services', 'controlling_post.html', {'tt':'Controlling Services'}],
		['Administrator Services', 'administration_support.html', {'tt':'Administrator Services'}],
	],
	
	['Reporting Services', 'reporting_services.html', {'tt':'Reporting Services'}],
	
	['Consulting Services', 'consulting_services.html', {'tt':'Consulting Services'}],
	
	['News', 'news.html', {'st':0,'tt':'News'},
		['Media Releases', 'public_relation.php', {'tt':'Media Releases'}],
		['Newsletter', 'newsletter.php', {'tt':'Newsletter'}],
		['Reports and important<br><span style="margin-left:15px;">links', 'subject_links.php', {'tt':'Reports and important links'}],
		['Events', 'events.php', {'tt':'Events'}]
	],
	
	['Sitemap', 'sitemap.html', {'tt':'Sitemap'}],
	
	['Download', 'download.php', {'tt':'Download'}],
	
	['Contact', 'contact.html', {'tt':'Contakt'}],
	
	['Jobs', 'not_active_jobs.php', {'tt':'Jobs'}]

];

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



