var menuList  = new Array(); //Create an array of all links in section

//ID, Name, path, target, newWindow ,level, parentID

menuList[0]="1|Industry Solutions|/solutions/||0|1|0";
menuList[1]="2|Automotive and Industrial Manufacturing|/solutions/automotive.html||0|2|1";
menuList[2]="3|Consumer Goods|/solutions/consumer.html||0|2|1";
menuList[3]="4|Government and Defense|/solutions/government.html||0|2|1";
menuList[4]="5|Healthcare Logistics|/solutions/healthcare.html||0|2|1";
	menuList[5]="6|Pharmaceuticals|/solutions/pharmaceuticals.html||0|3|5";
	menuList[6]="7|Medical Devices|/solutions/medical_devices.html||0|3|5";
	menuList[7]="8|Biotechnology|/solutions/biotechnology.html||0|3|5";		
menuList[8]="9|High Tech|/solutions/hightech.html||0|2|1";
menuList[9]="10|Retail|/solutions/retail.html||0|2|1";
menuList[10]="11|Case Studies|/solutions/casestudies.html||0|2|1";
menuList[11]="12|Automotive and Industrial Manufacturing|/solutions/case_automotive.html||0|3|8";
menuList[12]="13|Consumer Goods/Retail|/solutions/case_consumer.html||0|3|8";
menuList[13]="14|Healthcare|/solutions/case_healthcare.html||0|3|8";
menuList[14]="15|High Tech|/solutions/case_hightech.html||0|3|8";
menuList[15]="16|White Papers|/solutions/whitepapers.html||0|2|1";
menuList[16]="17|Research: CFOs and the Supply Chain|/solutions/cfo_research.html||0|2|1";


