var menuList  = new Array(); //Create an array of all links in section

//ID, Name, path, target, newWindow ,level, parentID

menuList[0]="1|Tools|/tools/||0|1|0";

menuList[1]="2|Documents|/tools/documents.html||0|2|1";
menuList[2]="3|Canadian Documents|/tools/CanadianDocuments.html||0|3|2";
menuList[3]="4|US Documents|/tools/USDocuments.html||0|3|2";

menuList[4]="5|Web links|/tools/WebLinks.html||0|2|1";
menuList[5]="6|Governmental|/tools/GovernmentalLinks.html||0|3|5";
menuList[6]="7|Other|/tools/OtherLinks.html||0|3|5";