
	nxVars.hVars.langItems['brand_alt'] = "Sprint, Junto con NEXTEL";  // header logo alt text
	nxVars.hVars.langItems['copyright'] = "&copy; "+(new Date).getFullYear()+" Sprint. Todos los derechos reservados."; // copyright notice
	nxVars.hVars.langItems['region_intro'] = "Est&aacute;s comprando en"// Region Bar intro Text
	nxVars.hVars.langItems['change_zip'] = "Cambiar c&oacute;digo postal" // Change Zip Text
	
	
	nxVars.hVars.langItems['search_instr'] = "Ingresa tu pregunta"; // Search box start text
	nxVars.hVars.langItems['search_alt'] ="B&uacute;squeda";//search button alt text
	nxVars.hVars.langItems['error_intro'] = "Se encontraron los siguientes errores al procesar tu pedido"; // generic error messaging intro
	nxVars.hVars.langItems['lang_toggle'] ="(En ingl&eacute;s)";
	
/*
nxVars.subNavItems[groupNumber]=new Hash({
	labelId:someLabelId,		// (optional) An ID for the label.  If the label ID is called, the group is shown with nothing highlighted
	navId:new Hash({			// the ID used to refer to the link
		order:1,				// the order the item should show up in that group
		label:'some title',		// the label (visible text) for the link
		url:someUrlHere,		// the url of the link
		target:targetWindowName // (optional) a name for a target window/frame
		popup:popupParams		// (optional) adds a popup attribute to the href (see fx.popup)
		showCA:true,  			// (optional) show in custom aisles (default=true)
		showSuppresed:true,		// (optional) show in global suppressed custom aisles (default=true)
		aisleCookie:null,		// (optional) which token from the aisle cookie should be used to override the link (default=null)
		individual:true,		// (optional) show in the individual audience (default=true)
		general_business:true,	// (optional) show in the General Business audience (default=true)
		enterprise:true,		// (optional) show in the Enterprise audience (default=true)
		public_sector:true,		// (optional) show in the Public Sector audience (default=true)
		interstitial:false,		// (optional) use the ES interstitial for this link (default=false)
		filter:someNumber, 		// (optional) The position in the filter (Manage sub-nav only) that the link corresponds to (default=null)
		aisleWarning:false		// (optional) show the aislewarning page (default=false);
	})
});
*/

	nxVars.subNavItems=new Hash();
// Footer Links
	nxVars.subNavItems["footer"]=new Hash({
		f1:new Hash({
			order:1,
			label:'Tus Derechos de Confidencialidad',
			url:nxVars.sprintServerUrl+"/es/legal/privacy.html"
		}),
		f2:new Hash({
			order:2,
			label:'Pol&iacute;tica de uso Aceptable y Acuerdo de Visitante',
			url:nxVars.sprintServerUrl+"/es/legal/agreement.html"
		}),
		f3:new Hash({
			order:3,
			label:"Avisos sobre Derechos de Autor",
			url:nxVars.sprintServerUrl+"/es/legal/copyright.html"
		}),
		f4:new Hash({
			order:4,
			label:"Localiza una tienda",
			url:'http://storelocator.sprint.com/StoreLocator/SearchForm-es.aspx',
			target:"storeLocator",
			popup:"width=650, height=440, top=0, left=0,toolbar=no,menubar=no,scrollbars=yes, resizable=yes",
			showCA:false
		}),
		f5:new Hash({
			order:5,
			label:"Cont&aacute;ctanos",
			url:nxVars.sprintServerUrl+"/es/contactus/",
			aisleCookie:"aisleContactInfoFilename"
		}),
		f6:new Hash({
			order:6,
			label:"Suscripci&oacute;n por email",
			url:nxVars.sprintServerUrl+'/es/emailsignup',
			showCA:false
		})
	});
// Shop Sub-Nav
	nxVars.subNavItems["shop"]=new Hash({
		labelId:"shopLabel",
		pho:new Hash({
			order:2,
			label:"Tel&eacute;fonos",
			url:nxVars.storeServerUrl+"/NASApp/onlinestore/es/Action/DisplayPhones"
		}),
		pla:new Hash({
			order:3,
			label:"Planes",
			url:nxVars.storeServerUrl+"/NASApp/onlinestore/es/Action/DisplayPlans"
		}),
		ser:new Hash({
			order:4,
			label:"Servicios",
			url:nxVars.nextelStaticServerUrl+"/es/services/index.shtml",
			showSuppressed:false
		}),
		sol:new Hash({
			order:5,
			label:"Soluciones",
			url:nxVars.nextelStaticServerUrl+"/es/solutions/index"+((nxVars.aud=="PUBLIC_SECTOR")?"_ps":"")+".shtml",
			showSuppressed:false,
			individual:false,
			interstitial:true
		}),
		acc:new Hash({
			order:6,
			label:"Accesorios",
			url:nxVars.storeServerUrl+"/NASApp/onlinestore/es/Action/OSBrowseAccessoriesOnly",
			showSuppressed:false
		}),
		pro:new Hash({
			order:7,
			label:"Promociones",
			url:nxVars.nextelStaticServerUrl+"/es/promotions/index.shtml",
			showSuppressed:false,
			aisleCookie:"aislePromoFilename"
		}),
		cov:new Hash({
			order:8,
			label:"Cobertura",
			url:sprint_convertCoverageToNav,
			showSuppressed:false
		}),
		cart:new Hash({
			order:9,
			label:"Carrito",
			url:nxVars.storeServerUrl+'/NASApp/onlinestore/es/Action/CartLanding'
		})
	});
	
	
	if((location.pathname.contains('/es/')) && (!location.pathname.contains('Upgrade'))){
		var toggleLoc="";
		if((location.pathname.contains('SubmitRegionAction')) && (document.title.contains('phones') || document.title.contains('plans'))){
			if (document.title.contains('phones')) {
				toggleLoc=location.href.replace('/es/','/en/').replace('language=ES','language=EN').replace('SubmitRegionAction','DisplayPhones');
			} else {
				toggleLoc=location.href.replace('/es/','/en/').replace('language=ES','language=EN').replace('SubmitRegionAction','DisplayPlans');
			}
		} else {
			toggleLoc=location.href.replace('/es/','/en/').replace('language=ES','language=EN');
		}
		nxVars.subNavItems["shop"].paste({lang:new Hash({
			order:10,
			label:"In English",
			url:toggleLoc,
			showCA:false,
			general_business:false,
			enterprise:false,
			public_sector:false			
		})});
	}
// Shop Sub-Nav
	nxVars.subNavItems["purchase"]=new Hash({
		labelId:"purchaseLabel",
		pcov:new Hash({
			order:1,
			label:"Cobertura",
			url:sprint_convertCoverageToNav,
			showSuppressed:false
		}),
		pcart:new Hash({
			order:2,
			label:"Carrito",
			url:nxVars.storeServerUrl+'/NASApp/onlinestore/es/Action/CartLanding'
		})
	});
// Support Sub-Nav
	nxVars.subNavItems["support"]=new Hash({
		labelId:"supportLabel",
		ovr:new Hash({
			order:1,
			label:"Vista general",
			url:nxVars.supportUrl,
			aisleCookie:"aisleContactInfoFilename"
		}),
		bil:new Hash({
			order:2,
			label:"Facturaci&oacute;n",
			url:nxVars.nextelStaticServerUrl+"/es/support/billing.shtml"
		}),
		faq:new Hash({
			order:3,
			label:"Preguntas&nbsp;frecuentes",
			url:nxVars.nextelStaticServerUrl+"/es/support/faq/index.shtml",
			aisleCookie:"aisleFaqsFilename"
		}),
		gat:new Hash({
			order:4,
			label:"Gu&iacute;as&nbsp;e&nbsp;instrucciones",
			url:nxVars.nextelStaticServerUrl+"/es/support/guides/index.shtml"
		}),
		net:new Hash({
			order:5,
			label:"Problemas&nbsp;de&nbsp;conexi&oacute;n",
			url:nxVars.nextelStaticServerUrl+"/es/support/network_trouble.shtml"
		}),
		sar:new Hash({
			order:6,
			label:"Servicio&nbsp;y&nbsp;reparaci&oacute;n",
			url:nxVars.nextelStaticServerUrl+"/es/support/service_repair.shtml"
		}),
		upg:new Hash({
			order:7,
			label:"Actualizaciones",
			url:nxVars.nextelStaticServerUrl+"/es/support/upgrades.shtml",
			showSuppressed:false
		})
	});
// Header Info Links
	nxVars.subNavItems["primary"]=new Hash({
		h1:new Hash({
			order:1,
			label:"Sprint.com",
			url:nxVars.sprintServerUrl+"/index_es.html?language=ES",
			aisleCookie:"aisleLandingFilename"
		}),		
		h2:new Hash({
			order:2,
			label:"Negocios",
			url:'http://www.sprint.com/business/',
		}),
		h3:new Hash({
			order:3,
			label:"Localiza una tienda",
			url:'http://storelocator.sprint.com/StoreLocator/SearchForm-es.aspx',
			target:"storeLocator",
			popup:"width=650, height=440, top=0, left=0,toolbar=no,menubar=no,scrollbars=yes, resizable=yes",
			showCA:false
		}),
		h4:new Hash({
			order:4,
			label:"Acerca de nosotros",
			url:nxVars.sprintServerUrl+"/about/",
			showSuppressed:false,
			interstitial:true
		}),
		h5:new Hash({
			order:5,
			label:"Cont&aacute;ctanos",
			url:nxVars.sprintServerUrl+"/es/contactus/",
			aisleCookie:"aisleContactInfoFilename"
		})
	});

