




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

	
	var root = new TreeNode(null,"Tarjetas Personales", "/mx/personal/es/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Tarjetas Personales" , "/mx/personal/es/findacard/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Débito" , "/mx/personal/es/findacard/debitcard/debit_card.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Unembossed MasterCard" , "/mx/personal/es/findacard/debitcard/unembossed_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Standard MasterCard" , "/mx/personal/es/findacard/debitcard/standard_card.html","active",3);
  tempNode2 = new TreeNode(tempNode1, "Crédito" , "/mx/personal/es/findacard/creditcard/credit_card.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Standard MasterCard" , "/mx/personal/es/findacard/creditcard/standard_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Gold MasterCard" , "/mx/personal/es/findacard/creditcard/gold_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Platinum MasterCard" , "/mx/personal/es/findacard/creditcard/platinum_card.html","active",3);
tempNode1 = new TreeNode(root, "Servicios al Tarjetahabiente" , "/mx/personal/es/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, "Localizador de Cajeros Automaticos" , "/mx/personal/es/cardholderservices/atmlocations/index.html","active",2);
tempNode1 = new TreeNode(root, "Educación al Consumidor" , "http://www.consumointeligente.org/","active",1);
tempNode1 = new TreeNode(root, "Beneficios Premium" , "/mx/personal/es/specialoffers/premiumoffers/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Ver Ofertas" , "/mx/personal/es/specialoffers/premiumoffers/premium_offers.html","active",2);
tempNode1 = new TreeNode(root, "Sala de Prensa" , "/mx/general/press_release/press_release.html","active",1);


	
	return (root);
}


