var menuList  = new Array(); //Create an array of all links in section

//ID, Name, path, target, newWindow ,level, parentID

menuList[0]="1|Contact Us|/contact/||0|1|0";
menuList[1]="2|Canada Offices|/contact/officesCanada.html||0|2|1";
menuList[2]="3|Northern Borders Offices|/contact/officesUSNB.html||0|2|1";
menuList[3]="4|UPS Supply Chain Solutions abroad|/contact/International.html||0|2|1";
