var i = 0;
var t = 0;
// 战士职业类型(同时也是根文档夹的名称。如Images/[nlclass]/[nltree[i]])
var nlclass = "warrior";
var nlclassPatch = "warrior";

// 树图片的名称(同时也是文件夹的名称，在Images文件夹里面)
nltree[i] = "Magic"; i++;
nltree[i] = "Deity"; i++;

i = 0;

// 树中技能图片的名称(为了方便记忆，可以用空格隔开，且不区分大小写)
// 魔道(Magic)
nltalent[i] = ["8216"]; i++;
nltalent[i] = ["8225"]; i++;
nltalent[i] = ["184"]; i++; 
nltalent[i] = ["8014"]; i++;
nltalent[i] = ["8126"]; i++;
nltalent[i] = ["187"]; i++;
nltalent[i] = ["100001"]; i++;
nltalent[i] = ["193"]; i++;
nltalent[i] = ["205"]; i++;
nltalent[i] = ["8201"]; i++;
nltalent[i] = ["8017"]; i++;
nltalent[i] = ["208"]; i++;
nltalent[i] = ["8174"]; i++;
nltalent[i] = ["8060"]; i++;
nltalent[i] = ["196"]; i++;
nltalent[i] = ["214"]; i++;
nltalent[i] = ["217"]; i++;
nltalent[i] = ["249"]; i++;
nltalent[i] = ["211"]; i++;
nltalent[i] = ["8378"]; i++;
nltalent[i] = ["8171"]; i++;
nltalent[i] = ["8384"]; i++;

// 神道(Deity)
nltalent[i] = ["8216"]; i++;
nltalent[i] = ["8231"]; i++;
nltalent[i] = ["184"]; i++;
nltalent[i] = ["8198"]; i++;
nltalent[i] = ["8150"]; i++;
nltalent[i] = ["190"]; i++;
nltalent[i] = ["16"]; i++;
nltalent[i] = ["7"]; i++;
nltalent[i] = ["10"]; i++;
nltalent[i] = ["239"]; i++;
nltalent[i] = ["8087"]; i++;
nltalent[i] = ["8120"]; i++;
nltalent[i] = ["241"]; i++;
nltalent[i] = ["13"]; i++;
nltalent[i] = ["166"]; i++;
nltalent[i] = ["8165"]; i++;
nltalent[i] = ["8153"]; i++;
nltalent[i] = ["19"]; i++;
nltalent[i] = ["208"]; i++;
nltalent[i] = ["8189"]; i++;
nltalent[i] = ["8153"]; i++;

jsLoaded=true;//needed for ajax script loading