




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

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

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Nuestras Tarjetas" , "/cl/personal/es/findacard/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Tarjetas de Crédito" , "/cl/personal/es/findacard/tarjetasmaster.html","hidden",2);
  tempNode2 = new TreeNode(tempNode1, "Tarjetas de Crédito" , "/cl/personal/es/findacard/credit_card.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Standard" , "/cl/personal/es/findacard/standard_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Gold" , "/cl/personal/es/findacard/gold_card.html","active",3);
    tempNode3 = new TreeNode(tempNode2, "Tarjeta MasterCard Platinum" , "/cl/personal/es/findacard/platinum_card.html","active",3);
  tempNode2 = new TreeNode(tempNode1, "Tarjetas de Débito" , "/cl/personal/es/findacard/debit_card.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Solicite una Tarjeta" , "/cl/personal/es/findacard/request_a_card.html","active",2);
tempNode1 = new TreeNode(root, "Servicios y Beneficios" , "/cl/personal/es/cardholderservices/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Servicios de Emergencia" , "/cl/personal/es/cardholderservices/emergencyservices/emergencyservices_search.tmpl","hidden",2);
  tempNode2 = new TreeNode(tempNode1, "Servicios de Emergencia" , "/cgi-bin/rgn_emergserv.cgi?rgn=cl","active",2);
  tempNode2 = new TreeNode(tempNode1, "Localizador de Cajeros Automáticos" , "/cl/personal/es/cardholderservices/atmlocations/index.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Servicios Globales" , "/cl/personal/es/cardholderservices/servicios_globales2.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Noticias MasterCard" , "/cl/personal/es/cardholderservices/noticias_mastercard.html","active",2);
tempNode1 = new TreeNode(root, "Educación al Consumidor" , "/cl/personal/es/education/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Entendiendo su Crédito" , "/cl/personal/es/education/understanding_credit.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Protección contra Fraude" , "/cl/personal/es/education/fraud_protection.html","active",2);
tempNode1 = new TreeNode(root, "Beneficios Premium" , "/cl/personal/es/specialoffers/premiumoffers/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Ofertas Premium" , "/cl/personal/es/specialoffers/premiumoffers/premium_offers.html","active",2);
tempNode1 = new TreeNode(root, "Promociones" , "/cl/personal/es/promotions/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "¡Apoya a Chile!" , "/cl/personal/es/promotions/clasificatorias/home.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "1 Millón de Pesos Diarios MasterCard" , "/cl/personal/es/promotions/promo_navidad.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Starwood Hotels & Resorts" , "/cl/personal/es/promotions/starwood.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Beneficios en Colegios " , "/cl/personal/es/promotions/colegios.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Promoción MasterCard Universidades " , "/cl/personal/es/promotions/promocion_mastercard_universidades.html","active",2);
tempNode1 = new TreeNode(root, "Campañas Pasadas" , "/cl/personal/es/promotions/campanas_pasadas.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Campaña Día de la Madre" , "/cl/personal/es/promotions/campana_dia_de_la_madre.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Campaña Pago Automatico (PAT) Colegios y Universidades 2009" , "/cl/personal/es/promotions/campana_pago_automatico_2009.html","active",2);
tempNode1 = new TreeNode(root, "Preguntas Frecuentes" , "/cl/general/es/faq.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Consulta e Informacion General" , "/cl/general/es/faq_current.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Solicite una Tarjeta" , "/cl/general/es/faq_applying.html","active",2);
  tempNode2 = new TreeNode(tempNode1, "Acerca de la Privacidad del Consumidor" , "/cl/general/es/faq_privacy.html","active",2);


	
	return (root);
}


