//
// This file is placed in the top level of a directory hierarchy
// to automatically generate a menu array and process it for
// display in the Northrop Grumman IT site. The Array is used in the
// left hand nav and controls the Javascript based menus.
//
var origAssetPath = "/IT_Web2/search/" ;
var absAssetPath = "" ;
var fixedABSURL = "" ;
//
// Identify the menu this group applies to: /IT_Web2/IT_Web2.xml
//
var TopicPageAssetId = 6106 ;
var tmpArray = new Array() ;
var MainMenu = new Array() ;
if (TopicPageAssetId == 2264){
// The Active Element
MainMenu[MainMenu.length] = new Array("Who We Are",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Who We Are",0) ;
}
if (TopicPageAssetId == 1750){
// The Active Element
MainMenu[MainMenu.length] = new Array("What We Offer",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("What We Offer",0) ;
}
if (TopicPageAssetId == 2203){
// The Active Element
MainMenu[MainMenu.length] = new Array("Who We Serve",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Who We Serve",0) ;
}
if (TopicPageAssetId == 6076){
// The Active Element
MainMenu[MainMenu.length] = new Array("Contracts",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Contracts",0) ;
}
if (TopicPageAssetId == 44){
// The Active Element
MainMenu[MainMenu.length] = new Array("Careers",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Careers",0) ;
}
if (TopicPageAssetId == 2078){
// The Active Element
MainMenu[MainMenu.length] = new Array("Press Room",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Press Room",0) ;
}
if (TopicPageAssetId == 6106){
// The Active Element
MainMenu[MainMenu.length] = new Array("Search",1) ;
}
else {
MainMenu[MainMenu.length] = new Array("Search",0) ;
}
for( x = 0 ; x < DQM_array.length ; x++) {
DQM_array[x][sub_id] = x ;
build_id(DQM_array[x][sub_menu], DQM_array[x][sub_id] + "_" );
}
eval_array(DQM_array);