




var glbHomeURLinFullList="/mx/cobrand/progreso/index.html";
function buildTree() {
	
	
	
	

	
	var root = new TreeNode(null,"Home", "/mx/cobrand/progreso/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Beneficios Premium" , "/mx/cobrand/progreso/index.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "Ver Ofertas" , "/mx/cobrand/progreso/premium_offers.html","active",2);


	
	return (root);
}


