// // this script contains the code // to build an array for Right Hand // (tertiary) menus. // Location /IT_Web2/offer/enterprise/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/offer/enterprise.html","Enterprise","/IT_Web2/offer/","enterprise",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/bpm.html","Business Process Management","/IT_Web2/offer/enterprise/","bpm",new Array()) ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/bpm/businessprocess.html","","/IT_Web2/offer/enterprise/bpm/","businessprocess",new Array()); if( String("Components and Capabilities").length > 1) subMenuArray[1]= "Components and Capabilities" ; localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/bpm/bp_improv.html","","/IT_Web2/offer/enterprise/bpm/","bp_improv",new Array()); if( String("Improvement to Transformation").length > 1) subMenuArray[1]= "Improvement to Transformation" ; localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/cera.html","Cost Estimating and Analysis","/IT_Web2/offer/enterprise/","cera",new Array()) ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/cera/casestudies.html","Case Studies","/IT_Web2/offer/enterprise/cera/","casestudies",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/crm.html","Customer Relationship Management","/IT_Web2/offer/enterprise/","crm",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/aspire.html","ASPIRE Educational Assessment","/IT_Web2/offer/enterprise/","aspire",new Array()) ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/aspire/why.html","Why Aspire","/IT_Web2/offer/enterprise/aspire/","why",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/aspire/elements.html","Elements","/IT_Web2/offer/enterprise/aspire/","elements",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/aspire/news.html","News & Events","/IT_Web2/offer/enterprise/aspire/","news",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/erp.html","Enterprise Resource Planning","/IT_Web2/offer/enterprise/","erp",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/financial.html","Financial Systems","/IT_Web2/offer/enterprise/","financial",new Array()) ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/financial/contact.html","Contact Us","/IT_Web2/offer/enterprise/financial/","contact",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/hrsys.html","Human Resource Systems","/IT_Web2/offer/enterprise/","hrsys",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/km.html","Knowledge Management","/IT_Web2/offer/enterprise/","km",new Array()) ; localArray[localArray.length] = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid.html","Radio Frequency Identification Implementation","/IT_Web2/offer/enterprise/","rfid",new Array()) ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid/rfimplement.html","RFID Implementation","/IT_Web2/offer/enterprise/rfid/","rfimplement",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid/excellence.html","AIT/RFID Center of Excellence","/IT_Web2/offer/enterprise/rfid/","excellence",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid/edgeware.html","Illuminos Edgeware","/IT_Web2/offer/enterprise/rfid/","edgeware",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid/rflabel.html","Radio Frequency Military Shipping Label","/IT_Web2/offer/enterprise/rfid/","rflabel",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ; subMenuArray = new Array("http://www.it.northropgrumman.com/offer/enterprise/rfid/contact.html","Contact Us","/IT_Web2/offer/enterprise/rfid/","contact",new Array()); localArray[localArray.length - 1][prd_sub_array][localArray[localArray.length - 1][prd_sub_array].length] = subMenuArray ;