// // this script contains the code // to build an array for Right Hand // (tertiary) menus. // Location /IT_Web2/serve/international/rh_menu // // The array contains it's topic as element(0) // and any sub catagories below as elements 1 -> N // // If a subelement contains files, they are placed in // a subMenuArray at the end of each localArray // // A function is used to display the contents of the arrays. // See quotient_DQM_converter.js for details. // Instantiate the arrays var localArray = new Array() ; var subMenuArray = new Array() ; // Populate the arrays localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/serve/international.html","International","/IT_Web2/serve/","international",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/serve/international/uknafis.html","United Kingdom NAFIS","/IT_Web2/serve/international/","uknafis",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/serve/international/ukpsrcp.html","United Kingdom PSRCP","/IT_Web2/serve/international/","ukpsrcp",new Array()) ;