// Arrays

var Tree = new Array;


// nodeId | parentNodeId | nodeName | nodeUrl

Tree[0]  =  "1|0|starting |index.html";

Tree[1]	 =  "2|1|asking |asking.html";

Tree[2]  =  "3|1|learning |learning.html";

Tree[3]  =  "4|1|telling |telling.html";

Tree[4]  =  "5|1|looking |looking.html";

Tree[5]  =  "6|1|showing |showing.html";

Tree[6]  =  "7|1|linking |linking.html";

Tree[7]  =  "8|2|deciding |deciding.html";

Tree[8]  =  "9|2|optimizing |optimizing.html";

Tree[9]  = "10|2|testing |testing.html";

Tree[10] = "11|4|part I |telling_old__stories_I.html";

Tree[11] = "12|4|part II |telling_old__stories_II.html";

Tree[12] = "13|4|part III |telling_old__stories_III.html";

Tree[13] = "14|1|monographs |monograph.html";

Tree[14] = "15|9|evolving |optimizing_telescopes.html";

Tree[15] = "16|10|timber I |testing_timber_I.html";

Tree[16] = "17|10|timber II |testing_timber_II.html";

Tree[17] = "18|10|concrete |testing_concrete.html";

Tree[18] = "19|10|steel I |testing_steel_geom.html";

Tree[19] = "20|10|steel II |testing_steel_strain.html";

Tree[20] = "21|8|qualitative |qualitative_analysis.html";

Tree[21] = "22|8|example QA |qualitative_example.html";

Tree[22] = "23|8|semi QA |qualitative_semi_quantitative.html";

Tree[23] = "24|1|personal |personal.html";

Tree[24] = "25|5|at bridge mods |looking_port_mann.html";

Tree[25] = "26|3|with tools |learning_tools.html";

Tree[26] = "27|3|spreadsheets |learning_rigor.html";

Tree[27] = "28|3|with CHEOPS |learning_member_design.html";

Tree[28] = "29|3|solid mechanics |solid_mechanics.html";

Tree[29] = "30|3|steel design |steel_design.html";

Tree[30] = "31|3|timber design |timber_design.html";

Tree[31] = "32|3|behaviour |behaviour.html";

Tree[32] = "33|3|adv. topics |adv_topics.html";

Tree[33] = "34|3|projects |projects.html";

Tree[34] = "35|9|combining |steel_timber_hybrids.html";

Tree[35] = "36|4|part IV |telling_old__stories_IV.html";

Tree[36] = "37|4|part V |telling_old__stories_V.html";

Tree[37] = "38|1|the book |steelbook.html";

Tree[38] = "39|3|extracurricular |extracurricular.html";








