function A_ProcesaClave(strClave){
	switch(strClave){
		case "INICI": strLiga="index.htm"; break;
		case "NOSO": strLiga="nosotros.htm"; break;
		case "SUCU": strLiga="sucursales.aspx"; break;
		case "CATA": strLiga="catalogo/inicio.htm"; break;
		case "OFER": strLiga="ofertas.htm"; break;
		case "HOTS": strLiga="index.htm"; break;
		case "RECU": strLiga="ofertashardco.htm"; break;
		case "BOLS": strLiga="index.htm"; break;
		case "CONT": strLiga="contacto.htm"; break;
		case "LEGA": strLiga="legales/index.htm"; break;
	}
	location.href = strLiga
}
