

// 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=true;


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.supportUrl="http://support.sprintpcs.com/"; // path to the support website
nxVars.careServerUrl="https://myaccount.nextel.com";  // path for eCare application pages
nxVars.communityBaseUrl="http://community.sprint.com";


nxVars.secureRoot = "https://nextelonline.nextel.com"; // base path for secure assets
nxVars.headerAssetServer="http://nextelonline.nextel.com";  // base path for assets in non-secure environments

nxVars.definitionFiles=new Object();
nxVars.definitionFiles.path=((location.href.startsWith('https://')?nxVars.secureRoot:nxVars.headerAssetServer)+"/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"
	
};





// path for spde links (should be one of the 2 options below)
// production/ staging
nxVars.manHybridBasePath='/Manage/myportal';

_SPACER=((location.href.startsWith('https://')?nxVars.secureRoot:nxVars.headerAssetServer)+'/assets/images/spacer.gif');
if(nxVars.thirdParty){
	Events.deQ('DOMLoad',legacyTablePageFix);
}