var menuList  = new Array(); //Create an array of all links in section







//ID, Name, path, target, newWindow ,level, parentID







var queryString = document.location.search;







//if(queryString.length>0){



  



  var prPath=document.location.pathname;



  



  queryString=queryString.substr(1);

var queryVar=queryString.split("=");

var menuString, custString;

	menuList[0]="1|About UPS Supply Chain Solutions|/about/||0|1|0";

	//menuList[1]="2|Events|/about/events.html||0|2|1";

	menuList[1]="2|Trade Associations|/about/associations.html||0|2|1";

	menuList[2]="3|Press Information|/about/press.html||0|2|1";

if(queryVar[0]=="pr"){



	prString="5|Current Release|"+prPath+"||0|3|4";

	

	menuList[0]="1|About UPS Supply Chain Solutions|/about/||0|1|0";

	//menuList[1]="2|Events|/about/events.html||0|2|1";

	menuList[1]="2|Trade Associations|/about/associations.html||0|2|1";

	menuList[2]="3|Press Information|/about/press.html||0|2|1";

	menuList[3]=prString;

	

  }