nxVars.doOmniture = true;  // include omniture in footer true/false
nxVars.langCapable = true;  // allows for toggling language off for 3rd parties
nxVars.thirdParty = false; // whether 3rd party site or not

// these all prepend the "nxVars.headerAssetServer" or "nxVars.secureRoot" (depending on current https setting)
nxVars.headImgPath = "/assets/images/common/nav/";  // base path for header image files
nxVars.buttonImgPath="/assets/images/common/buttons/";  // base path for button image files
nxVars.omnitureSrc = "/assets/scripts/s_code_remote.js"; // path to the omniture code

nxVars.definitionFiles=new Object();
nxVars.definitionFiles.path="/assets/scripts/nav/"; // path to header language definition folder
nxVars.definitionFiles.en={
	tabs:"standard_tab_set_en.js", // tab set file name (alternate tab set is alt_tab_set_en.js)
	subNav1:"sub_nav_def_en.js",
	manage:{
		n:"manage_n_links_en.js",
		h:"manage_h_links_en.js"
	}
};
nxVars.definitionFiles.es={
	tabs:"standard_tab_set_es.js", // tab set file name (alternate tab set is alt_tab_set_es.js)
	subNav1:"sub_nav_def_es.js"
	
};


nxVars.secureRoot = ""; // base path for secure assets
nxVars.headerAssetServer="";  // base path for assets in non-secure environments


nxVars.nextelStaticServerUrl="http://ndt1cluster1.nextel.com"; // for static pages on nextel.com
nxVars.storeServerUrl="http://ndt1cluster1.nextel.com";  // base path for the store links
nxVars.mySprintServerUrl="https://myndt1.nextel.com";   // base path for the mynextel links
nxVars.sprintServerUrl="http://ndt1cluster1.nextel.com"; // base path for sprint hosted links (e.g. www.sprint.com)
nxVars.pcsServerUrl="http://www1.sprintpcs.com";  // base path for the sprintpcs server 
nxVars.careServerUrl="http://ecuat.nextel.com:8020";  // path for eCare application pages


nxVars.supportUrl="http://support.sprint.safeharbor.com/"; // path to the support website


// path for spde links (should be one of the 2 options below)
// production/ staging
//nxVars.manHybridBasePath='/Manage/myportal';
// test
nxVars.manHybridBasePath='/wps/myportal';


