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/sprint_s_code_remote.js"; // path to the omniture code
nxVars.omniturePrepend=false;

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"
	}
};

// Start Comment Spanish Decom
/*
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"
	
};
*/
// End Comment Spanish Decom

nxVars.secureRoot = ""; // base path for secure assets
nxVars.headerAssetServer="";  // base path for assets in non-secure environments

function sprint_setTestEnvironmentCommonURLs(){
	//nxVars.mySprintServerUrl="https://myndt1.nextel.com";   // base path for the mynextel links
	nxVars.sprintServerUrl="http://ee.test.sprint.com"; // base path for sprint hosted links (e.g. www.sprint.com)
	nxVars.pcsServerUrl="";
	nxVars.careServerUrl="";
	nxVars.uscBaseUrl="";
	//nxVars.pcsServerUrl="http://tlsa0037.test.sprint.com:20280";  // base path for the sprintpcs server 
	//nxVars.careServerUrl="http://ecuat.nextel.com:23301";  // path for eCare application pages
	//nxVars.uscBaseUrl="http://tlsa0037.test.sprint.com:20280" // default the USC baseURL
	nxVars.communityBaseUrl="http://community.sprint.com";
}




if(nxVars.isProd){
	nxVars.nextelStaticServerUrl="http://www.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nextelonline.nextel.com";  // base path for the store links
	nxVars.mySprintServerUrl="https://my.nextel.com";   // base path for the mynextel links
	nxVars.sprintServerUrl="http://www.sprint.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="https://myaccount.nextel.com";  // path for eCare application pages
	nxVars.uscBaseUrl="https://manage.sprintpcs.com" // default the USC baseURL
	nxVars.communityBaseUrl="http://community.sprint.com";
}
else if(location.href.contains('nolrtb1')||location.href.contains('ecuat.nextel.com:23301')){
	nxVars.nextelStaticServerUrl="http://nolrtb1.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nolrtb1.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
	nxVars.communityBaseUrl="http://rtb1-community.test.sprint.com";
}
else if(location.href.contains('nolrtb2')){
	nxVars.nextelStaticServerUrl="http://nolrtb2.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nolrtb2.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
	nxVars.communityBaseUrl="http://rtb2-community.test.sprint.com";
}
else if(location.href.contains('nolrtb3')){
	nxVars.nextelStaticServerUrl="http://nolrtb3.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nolrtb3.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
}
else if(location.href.contains('noltest')){
	nxVars.nextelStaticServerUrl="http://noltest.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://noltest.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
	nxVars.communityBaseUrl="http://rtb2-community.test.sprint.com";
}
else if(location.href.contains('nolst1')){
	nxVars.nextelStaticServerUrl="http://nolst1.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nolst1.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
	nxVars.communityBaseUrl="http://rtb2-community.test.sprint.com";
}
else if(location.href.contains('nolbf')){
	nxVars.nextelStaticServerUrl="http://nolbf.nextel.com"; // for static pages on nextel.com
	nxVars.storeServerUrl="http://nolbf.nextel.com";  // base path for the store links
	sprint_setTestEnvironmentCommonURLs();
}
else{
	nxVars.nextelStaticServerUrl=""; // for static pages on nextel.com
	nxVars.storeServerUrl="";  // base path for the store links
	nxVars.mySprintServerUrl="";   // base path for the mynextel links
	nxVars.sprintServerUrl=""; // base path for sprint hosted links (e.g. www.sprint.com)
	nxVars.pcsServerUrl="";  // base path for the sprintpcs server 
	nxVars.careServerUrl="";  // path for eCare application pages
	nxVars.uscBaseUrl="http://tlsa0037.test.sprint.com:20280" // default the USC baseURL
	nxVars.communityBaseUrl="http://community.sprint.com";
}




if(nxVars.isProd){
// path for spde links (should be one of the 2 options below)
// production/ staging
	nxVars.manHybridBasePath='/Manage/myportal';
	nxVars.supportUrl="http://support.sprint.com/"; // path to the support website
}
else{
// test
	nxVars.manHybridBasePath='/wps/myportal';
	nxVars.supportUrl="http://support.sprint.safeharbor.com/"; // path to the support website
}


