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;
	
	//alert("menuString: " + menuString + "\ncustString: " + custString);

  menuList[0]="1|Account Access|/account/index.html||0|1|0";
  
  menuList[1]="2|Asset Based Loans|https://www.upscapital.com/ABL/login.do|target='UPSCABL' onclick=window.open('https://www.upscapital.com/ABL/login.do','UPSCABL','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,channelmode=no,fullscreen=no,titlebar=yes');return false|1|2|1";
  menuList[2]="3|Client Manager|/account/client_manager.html||0|2|1";
  menuList[3]="4|COD Enhancements|https://cod.ups.com/login.jsp|target='_blank'|1|2|1";
  menuList[4]="5|Exchange Lane|https://exchangelane.upsc.maxtrad.com|target='_blank'|1|2|1";
  menuList[5]="6|Loan Info Center|http://loaninfocenter.upscapital.com/secure.htm|target='_blank'|1|2|1";
  
  
  
  
  
  
  
  
  
  