var menuList  = new Array(); //Create an array of all links in section

//ID, Name, path, target, newWindow ,level, parentID

menuList[0]="1|Contract Logistics|/logistics/||0|1|0";
menuList[1]="2|Design & Planning|/logistics/designconsulting.html||0|2|1";

menuList[2]="3|Distribution|/logistics/distribution.html||0|2|1";
menuList[3]="4|Warehousing and Distribution Services|/logistics/warehousing.html||0|3|3";
menuList[4]="5|Inventory and Data Systems|/logistics/inventory.html||0|3|3";
menuList[5]="6|Distribution Technology|/logistics/technology.html||0|3|3";
menuList[6]="7|Fast-Turn Fulfillment|/logistics/distribution_network.html||0|3|3";
menuList[7]="8|Order To Cash|/logistics/order2cash.html||0|2|1";
menuList[8]="9|Post Sales Services|/logistics/postsales.html||0|2|1";
menuList[9]="10|Critical Parts Order Fulfillment|/logistics/serviceparts.html||0|3|9";
menuList[10]="11|Returns and Recycling Management|/logistics/returns.html||0|3|9";
menuList[11]="12|Parts and Inventory Planning|/logistics/parts_plan.html||0|3|9";
menuList[12]="13|Technical Services/Repair|/logistics/asset_recovery.html||0|3|9";





