function A_ProcesaClaveMenu(strClave)
{
	var strUrl = "";
	    switch(strClave)
         {
         case "1AC_Resumen":  		strUrl = "Acerca/acerca.asp"; break;
		 case "2AC_Grupo":  		strUrl = "ACERCA/Grupo.asp"; break;
		 case "2AC_Mision":  		strUrl = "ACERCA/Grupo/mision_vision.asp"; break;
		 case "2AC_Compromisos":  	strUrl = "ACERCA/Grupo/compromiso.asp"; break;
		 case "3AC_Historia":  		strUrl = "ACERCA/historiaM.asp"; break;
		 case "4AC_Hombre":  		strUrl = "ACERCA/historiaH.asp"; break;
		 case "5AC_Informacion":  	strUrl = "ACERCA/Informacion.asp"; break; 
		 case "6AC_Trabajo":  		strUrl = "http://www.michelin.com.mx/controlvacantes/index.htm"; break;
		 case "7AC_Contacto":  		strUrl = "ACERCA/contacto.asp"; break;
		 case "8AC_Noticias":  		strUrl = "Noticias/Noticias.asp?SecID=Noticias"; break;
		 
		 case "1AU_AutoCam":  		strUrl = "Auto/auto.asp"; break;
		 case "2AU_Catalogo":  		strUrl = "Auto/catalogo.asp"; break;
		 case "3AU_Consejo":  		strUrl = "Auto/consejos.asp"; break;
		 case "4AU_Seguridad":  	strUrl = "Auto/seguridad.asp"; break;
		 case "5AU_Llantas":  		strUrl = "SelLlaV2"; break;
		 
		 case "1CA_Camion":  		strUrl = "Camion/camion.asp"; break;
		 case "2CA_Camion":  		strUrl = "Camion/camion_in.asp"; break;
		 case "3CA_MRT":  			strUrl = "Camion/MRT/qmrt.asp"; break;
		 case "4CA_MueveT":  		strUrl = "Camion/mueve.asp"; break;
		 case "5CA_Agricola":  		strUrl = "Camion/agricola.asp"; break;
		 case "6CA_XOne":  			MinisitioXOne(); break;
		 
		 case "2DE_Sport":  		window.open("http://www.michelin.com/corporate/front/nc/affich_nc.jsp?codeRubrique=20080212104710&lang=EN" , "Michelin" , "width=800,height=600,scrollbars=YES"); break;
		 
		 case "2DI_Auto":  			strUrl = "SelDisV2"; break;
		 case "3DI_Camion":  		strUrl = "Camion/Camion/dis_camion.asp"; break;		 
         }
         if(strUrl.length>0) location.href = (strUrl.indexOf("http:")<0 ? strRutaBase : "") + strUrl;
}
