




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

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

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Nuestras Tarjetas" , "/co/personal/es/findacard/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Tarjetas de Crédito" , "/co/personal/es/findacard/credit_card.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Standard" , "/co/personal/es/findacard/standard_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Gold" , "/co/personal/es/findacard/gold_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Platinum" , "/co/personal/es/findacard/platinum_card.html","active",3);
  tempNode2 = new TreeNode(tempNode1, "Tarjetas de Débito" , "/co/personal/es/findacard/debit_card.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Tarjeta Pre Pago" , "/co/personal/es/findacard/prepaid_card.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Solicite una Tarjeta" , "/co/personal/es/findacard/request_a_card.html","active",2);
tempNode1 = new TreeNode(root, "Servicios" , "/co/personal/es/cardholderservices/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Servicios de Emergencia" , "/co/personal/es/cardholderservices/emergencyservices/index.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Localizador de Cajeros Automáticos" , "/co/personal/es/cardholderservices/atmlocations/index.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Establecimientos" , "http://www.redebanmulticolor.com.co/portal/page/portal/indexcol/Establecimientos/EST_AFILIESE_caracteristicas/est_afiliese_beneficios","active",2);
tempNode1 = new TreeNode(root, "Educación al Consumidor" , "/co/personal/es/education/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Entendiendo su Crédito" , "/co/personal/es/education/understanding_credit.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Protección contra Fraude" , "/co/personal/es/education/fraud_protection.html","active",2);
tempNode1 = new TreeNode(root, "Promociones Especiales" , "/co/personal/es/marketing/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Promociones" , "/co/personal/es/marketing/promotions.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Starwood Hotels & Resorts" , "/co/personal/es/marketing/starwood.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Promoción Impuestos" , "/co/personal/es/marketing/promocion_impuestos.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Promoción Maestro" , "/co/personal/es/marketing/promocion_maestro.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Promoción Futbol" , "/co/personal/es/marketing/promocion_futbol.html","active",3);
  tempNode2 = new TreeNode(tempNode1, "Pásala MasterCard" , "/co/personal/es/marketing/inicio_pasala.html","active",2);
tempNode1 = new TreeNode(root, "Beneficios Premium" , "/co/personal/es/specialoffers/premiumoffers/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Ver Ofertas" , "/co/personal/es/specialoffers/premiumoffers/premium_offers.html","active",2);
tempNode1 = new TreeNode(root, "Preguntas Frecuentes" , "/co/general/es/faq_current.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Consulta e Informacion General" , "/co/general/es/faq_current.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Solicite una Tarjeta" , "/co/general/es/faq_applying.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Acerca de la Privacidad del Consumidor" , "/co/general/es/faq_privacy.html","active",2);


	
	return (root);
}


