




var glbHomeURLinFullList="/asa/zh/Asia_Chinese.html";
function buildTree() {
	
	
	
	

	
	var root = new TreeNode(null,"Personal Cards", "/asa/zh/Asia_Chinese.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Personal Cards" , "/asa/zh/Asia_Chinese.html","active",1);
  tempNode2 = new TreeNode(tempNode1, "紧急联系方式" , "/asa/zh/emergencyservices/index.html","active",2);
    tempNode3 = new TreeNode(tempNode2, "下载指南 " , "/asa/zh/emergencyservices/downloadinstructions.html","active",3);
  tempNode2 = new TreeNode(tempNode1, "ATM网上定位" , "/asa/zh/atmlocations/index.html","active",2);


	
	return (root);
}


