// JavaScript Document
		<!--

		var Tree = new Array;

		// nodeId | parentNodeId | nodeName | nodeUrl
		Tree[0]  = "1|0|Japanese->English|#";
		Tree[1]	 = "2|0|German->English|#";
		Tree[2]  = "3|0|Russian->English|#";
		Tree[3]  = "4|0|Spanish->English|#";
		Tree[4]  = "5|0|French->English|#";
		Tree[5]  = "6|0|Chinese->English|#"; 
		//Tree[81]  = "82|0|English->Russian|#";
		//Tree[82] = "83|0|English->German|#";
		//ree[83]  = "84|0|English->Japanese|#";

		//jap->eng
		Tree[6]  = "7|1|Biochemistry|#";
		Tree[7]  = "8|1|Medicine|#";
		Tree[8]  = "9|1|Chemistry|#";
		Tree[9]  = "10|1|Electrical Engineer|#";
		Tree[10]  = "11|1|Computers|#";
		Tree[21]  = "22|1|Physics|#";
		Tree[83]  = "87|1|Mech. Engineer|#";
		
		//ger->eng
		Tree[11]  = "12|2|Biochemistry|#";
		Tree[12]  = "13|2|Medicine|#";
		Tree[13]  = "14|2|Chemistry|#";
		Tree[14]  = "15|2|Electrical Engineer|#";
		Tree[49]  = "50|2|Mech. Engineer|#";
		Tree[15]  = "16|2|Computers|#";
		Tree[22]  = "23|2|Physics|#";

		//russ.
		Tree[16]  = "17|3|Biochemistry|#";
		Tree[17]  = "18|3|Medicine|#";
		Tree[18]  = "19|3|Chemistry|#";
		Tree[19]  = "20|3|Electrical Engineer|#";
		Tree[20]  = "21|3|Computers|#";
		Tree[23]  = "24|3|Physics|#";

		//span
		Tree[24]  = "25|4|Biochemistry|#";
		Tree[25]  = "26|4|Medicine|#";
		Tree[26]  = "27|4|Chemistry|#";
		Tree[27]  = "28|4|Electrical Engineer|#";
		Tree[28]  = "29|4|Computers|#";
		Tree[29]  = "30|4|Physics|#";

		//fren.
		Tree[30]  = "31|5|Biochemistry|#";
		Tree[31]  = "32|5|Medicine|#";
		Tree[32]  = "33|5|Chemistry|#";
		Tree[33]  = "34|5|Electrical Engineer|#";
		Tree[34]  = "35|5|Computers|#";
		Tree[35]  = "36|5|Physics|#";

		//chin.
		Tree[36]  = "37|6|Biochemistry|#";
		Tree[37]  = "38|6|Medicine|#";
		Tree[38]  = "39|6|Chemistry|#";
		Tree[39]  = "40|6|Electrical Engineer|#";
		Tree[40]  = "41|6|Computers|#";
		Tree[41]  = "42|6|Physics|#";

		//jap.
		Tree[51] = "52|7|Sample #1|sampledocs/Jpn-Eng-Gen-Bio-Biochem-Chem-Med.pdf";
		Tree[81] = "85|7|Sample #2|sampledocs/Jpn-Eng-Biochem-Med-Pharm.pdf";
		Tree[52] = "53|8|Sample #1|sampledocs/Jpn-Eng-Gen-Bio-Biochem-Chem-Med.pdf";
		Tree[82] = "86|8|Sample #2|sampledocs/Jpn-Eng-Biochem-Med-Pharm.pdf";
		Tree[53] = "54|9|Sample #1|sampledocs/Jpn-Eng-Chemistry.pdf";
		Tree[54] = "55|10|Sample #1|sampledocs/Jpn-Eng-Elect_Eng.pdf";
		Tree[55] = "56|11|Sample #1|sampledocs/Jpn-Eng-Computers.pdf";
		Tree[56] = "57|22|[none]|#";
		Tree[84] = "88|87|Sample #1|sampledocs/Jpn-Eng-Mech_Eng.pdf";

		//ger.
		Tree[42] = "43|12|Sample #1|sampledocs/Ger-Eng-Biochem-Chem.pdf";
		Tree[124] = "128|12|Sample #2|sampledocs/Ger-Eng-Bio-Biochem-Chem-Pharma.pdf";
		Tree[43] = "44|14|Sample #1|sampledocs/Ger-Eng-Chem.pdf";
		Tree[44] = "45|13|Sample #1|sampledocs/Ger-Eng-Pharmaceutics-Medicine.pdf";
		Tree[45] = "46|15|[none]|#";
		Tree[50] = "51|50|Sample #1|sampledocs/Ger-Eng-Mechanical Engineering.pdf";
		Tree[46] = "47|16|Sample #1|sampledocs/Ger-Eng-CompSci-Apps-Programming.pdf";
		Tree[47] = "48|16|Sample #2|sampledocs/Ger-Eng-CompSci-Network-Telecom.pdf";
		Tree[48] = "49|23|Sample #1|sampledocs/Ger-Eng-Physics-Optics-Optical_Comp.pdf";

		//rus.
		Tree[57] = "58|17|Sample #1|sampledocs/Russ-Eng-Biochemistry.pdf";
		Tree[58] = "59|18|[none]|#";
		Tree[59] = "60|19|Sample #1|sampledocs/Russ-Eng-Chemistry.pdf";
		Tree[60] = "61|20|Sample #1|sampledocs/Russ-Eng-Aeronautic-Eng.pdf";
		Tree[85] = "89|20|Sample #2|sampledocs/Russ-Eng-Elect-Eng.pdf";
		Tree[61] = "62|21|Sample #1|sampledocs/Russ-Eng-Comp_Sciences.pdf";
		Tree[62] = "63|24|[none]|#";

		//spa.
		Tree[63] = "64|25|Sample #1|sampledocs/Spa-Eng-Bio-Gen-Biochem-GE.pdf";
		Tree[64] = "65|26|Sample #1|sampledocs/Spa-Eng-Medicine.pdf#";
		Tree[65] = "66|27|[none]|#";
		Tree[66] = "67|28|[none]|#";
		Tree[67] = "68|29|[none]|#";
		Tree[68] = "69|30|[none]|#";

		//fre.
		Tree[69] = "70|31|Sample #1|sampledocs/Fre-Eng-Biochem-Genetics-Med.pdf";
		Tree[70] = "71|32|[none]|#";
		Tree[71] = "72|33|[none]|#";
		Tree[72] = "73|34|[none]|#";
		Tree[73] = "74|35|[none]|#";
		Tree[74] = "75|36|[none]|#";

		//chi.-------------
		Tree[75] = "76|37|[none]|#";
		Tree[76] = "77|38|[none]|#";
		Tree[77] = "78|39|Sample #1|sampledocs/Chin-Eng-sample.pdf";
		Tree[78] = "79|40|[none]|#";
		Tree[79] = "80|41|[none]|#";
		Tree[80] = "81|42|[none]|#";

		//eng.->russ.
		Tree[86]  = "90|82|Biochemistry|#";
		Tree[87]  = "91|82|Medicine|#";
		Tree[88]  = "92|82|Chemistry|#";
		Tree[89]  = "93|82|Engineering|#";
		Tree[90]  = "94|82|Computers|#";
		Tree[91]  = "95|82|Physics|#";
		Tree[92] = "96|90|[none]|#";
		Tree[93] = "97|91|[none]|#";
		Tree[94] = "98|92|Sample #1|sampledocs/Eng-Russ-Chem.pdf";
		Tree[95] = "99|93|Sample #1|sampledocs/Eng-Russ-Oil-Expl-Feasibility.pdf";
		Tree[96] = "100|94|[none]|#";
		Tree[97] = "101|95|[none]|#";

		//eng.->ger.
		Tree[98]  = "102|83|Biochemistry|#";
		Tree[99]  = "103|83|Medicine|#";
		Tree[100]  = "104|83|Chemistry|#";
		Tree[101]  = "105|83|Engineering|#";
		Tree[102]  = "106|83|Computers|#";
		Tree[103]  = "107|83|Physics|#";
		Tree[104] = "108|102|Sample #1|sampledocs/Eng-Ger-Biochem-Chem.pdf";
		Tree[125] = "129|102|Sample #2|sampledocs/Eng-Ger-Bio-Biochem-Chem-Pharma.pdf";
		Tree[105] = "109|103|Sample #1|sampledocs/Eng-Ger-Pharmaceutics,Medicine.pdf";
		Tree[106] = "110|104|Sample #1|sampledocs/Eng-Ger-Chem.pdf";
		Tree[107] = "111|105|[none]|#";
		Tree[108] = "112|106|Sample #1|sampledocs/Eng-Ger-Comp.pdf";
		Tree[109] = "113|106|Sample #2|sampledocs/Eng-Ger-CompSci-Apps-Programming.pdf";		
		Tree[110] = "114|107|Sample #1|sampledocs/Eng-Ger-Physics-Optics-Optical.pdf";

		//eng.->jap.
		Tree[111]  = "115|84|Biochemistry|#";
		Tree[112]  = "116|84|Medicine|#";
		Tree[113]  = "117|84|Chemistry|#";
		Tree[114]  = "118|84|Engineering|#";
		Tree[115]  = "119|84|Computers|#";
		Tree[116]  = "120|84|Physics|#";
		Tree[117] = "121|115|Sample #1|sampledocs/Eng-Jpn-Biochem-Med-Pharm.pdf";
		Tree[118] = "122|115|Sample #2|sampledocs/Eng-Jpn-Gen-Bio-Biochem-Chem-Med.pdf";
		Tree[119] = "123|116|[none]|#";
		Tree[120] = "124|117|[none]|#";
		Tree[121] = "125|118|[none]|#";
		Tree[122] = "126|119|[none]|#";
		Tree[123] = "127|120|[none]|#";

		//next array#: 123

		//next id#: 128

		//-->
