




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

	
	var root = new TreeNode(null,"Personal Cards Home", "/ro/personal/ro/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Găsiţi un card" , "/ro/personal/ro/findacard/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Card de credit" , "/ro/personal/ro/findacard/creditcard.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Card de debit" , "/ro/personal/ro/findacard/debitcard.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Card pentru companii" , "/ro/personal/ro/findacard/commercialcard.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Cereţi un card" , "/ro/personal/ro/findacard/requestacard.html","active",2);
tempNode1 = new TreeNode(root, "Servicii pentru posesorul de card" , "/ro/personal/ro/cardholderservices/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Servicios de Emergencia" , "/mx/personal/es/cardholderservices/emergencyservices/index.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Localizator de ATM" , "/ro/personal/ro/cardholderservices/atmlocations/index.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Sfaturi privind folosirea în siguranţă a ATM-urilor" , "/ro/personal/ro/cardholderservices/atmlocations/atm_safetytips.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Întrebări frecvente " , "/ro/personal/ro/cardholderservices/atmlocations/atm_faqs.html","active",3);
tempNode1 = new TreeNode(root, "Educaţia consumatorului" , "/ro/personal/ro/education/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Înţelegerea creditului" , "/ro/personal/ro/education/understanding.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Alegerea unui card" , "/ro/personal/ro/education/choosing.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Folosirea cardului" , "/ro/personal/ro/education/using.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Protecţie împotriva fraudei" , "/ro/personal/ro/education/protection.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Glosar" , "/ro/personal/ro/education/glossary.html","active",2);


	
	return (root);
}


