




var glbHomeURLinFullList="/de/personal/de/gescheaftskunden/index.html";
function buildTree() {
	
	
	
	

	
	var root = new TreeNode(null,"Gescheaftskunden", "/de/personal/de/gescheaftskunden/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Firmenkartenlösungen" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/index.html","active",1);
tempNode2 = new TreeNode(tempNode1, "BusinessCard Programme" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/businessprogramme.html","active",2);
tempNode3 = new TreeNode(tempNode2, "MasterCard BusinessCard" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/businesscard.html","active",3);
tempNode3 = new TreeNode(tempNode2, "MasterCard Executive BusinessCard" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/businesscard_executive.html","active",3);
tempNode2 = new TreeNode(tempNode1, "Corporate Card Programme" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/corporateprogramme.html","active",2);
tempNode3 = new TreeNode(tempNode2, "MasterCard Corporate T&E Card" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/corporatecard.html","active",3);
tempNode3 = new TreeNode(tempNode2, "CorporateWorld" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/corporateworld.html","active",3);
tempNode3 = new TreeNode(tempNode2, "MasterCard Corporate Executive Card" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/corporatecard_executive.html","active",3);
tempNode3 = new TreeNode(tempNode2, "MasterCard Corporate Lodged Account" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/lodgedaccount.html","active",3);
tempNode3 = new TreeNode(tempNode2, "MasterCard Purchasing Card" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/purchasingcard.html","active",3);
tempNode2 = new TreeNode(tempNode1, "Multinational Corporate Programm" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/multinationalprogramm.html","active",2);
tempNode2 = new TreeNode(tempNode1, "Datenmanagement-Lösungen" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/datenmanagement.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Smart Data OnLine" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/smartdataonline.html","active",3);
tempNode3 = new TreeNode(tempNode2, "Smart Data Express" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/smartdataexpress.html","active",3);
tempNode3 = new TreeNode(tempNode2, "Datenexport und Datenintegration" , "/de/personal/de/gescheaftskunden/firmenkartenloesungen/datenexport.html","active",3);


	
	return (root);
}


