<!-- Hide
//var scrtxt="Venta de autos usados. Encuentra oportunidades en AVISO OPORTUNO Ve Autos.";
var scrtxt="";
var lentxt=scrtxt.length;
var width=100;
var pos=1-width;
function scroll() {
  pos++;
  var scroller="";
  if (pos==lentxt) {
    pos=1-width;
  }

  if (pos<0) {
    for (var i=1; i<=Math.abs(pos); i++) {
      scroller=scroller+" ";}
    scroller=scroller+scrtxt.substring(0,width-i+1);
  }
  else {
    scroller=scroller+scrtxt.substring(pos,width+pos);
  }
  window.status = scroller;
  setTimeout("scroll()",150);
  }

//-->
<!-- 
 function fj_vaciaTxtA() {
	      	document.fAutos.EH_abierta.value='';
	      	return true;
    }
//-->
<!--
var Lista1A;
var inicioA = false;
elemento = new String("");

function cambiolistaA() {
var i;
var ListselectA;
var selecclista1A, selecclista2A;
var nuevaA;
var banA;
banA = 0;
		    if ( ! inicioA )
			reinicializarA(); 
			selecclista1A = document.fAutos.op1;
			selecclista2A = document.fAutos.op2;
			selecclista3A = document.fAutos.op3;

			ListselectA = selecclista1A.options[selecclista1A.selectedIndex].value.toUpperCase();

			for ( i = selecclista2A.options.length; i > 0; i--)
				selecclista2A.options[i] = null;

                       for ( i = 0; i < Lista1A.length; i++)
			{
	               if ( ListselectA == Lista1A[i].substr(Lista1A[i].indexOf("+")+1, Lista1A[i].indexOf("%") - Lista1A[i].indexOf("+") - 1).toUpperCase() )
				{
					if (banA == 0);
                                        {
                                          banA = 1;
                                          selecclista3A.options[0] = new Option("-- Modelo del auto --", "0", true, true);
										}
                                        nuevaA = new Option(Lista1A[i].substr(Lista1A[i].indexOf("%")+1), Lista1A[i].substr(0, Lista1A[i].indexOf("+")));
					selecclista2A.options[selecclista2A.options.length] = nuevaA;
				}
			}
			
                  if (banA == 0){
						selecclista3A.options[0] = new Option("-- Modelo del auto --", "-1", true, true);
					   }
					   
		cambiolistaA2();			   
					   
}

function cambiolistaA2() {
 var i;
 var ListselectA;
 var selecclista2A, selecclista3A;
 var nuevaA;
 var banA;
 banA = 0; 
	 		if ( ! inicioA )
			reinicializarA(); 
 		        selecclista2A = document.fAutos.op2;
			selecclista3A = document.fAutos.op3;

			ListselectA = selecclista2A.options[selecclista2A.selectedIndex].value.toUpperCase();

			for ( i = selecclista3A.options.length; i > 0; i--)
				selecclista3A.options[i] = null;


			for ( i = 0; i < Lista2A.length; i++)
			{
                        if ( ListselectA == Lista2A[i].substr(Lista2A[i].indexOf("+")+1, Lista2A[i].indexOf("%") - Lista2A[i].indexOf("+") - 1).toUpperCase() )
				{
				if (banA == 0)
                                {
                                  banA = 1;
                                  selecclista3A.options[0] = new Option("-- Modelo del auto --", "0", true, true);
	                        }
                                nuevaA = new Option(Lista2A[i].substr(Lista2A[i].indexOf("%")+1), Lista2A[i].substr(0, Lista2A[i].indexOf("+")));
					selecclista3A.options[selecclista3A.options.length] = nuevaA;
				}
			}
                  if (banA == 0)
                  selecclista3A.options[0] = new Option("-- Modelo del auto --", "-1", true, true);
}

function esNumero(num)
{
 vj_nonumericas = 0;

for (var i=0; i < num.length; i++)
{
   if ( num.charAt(i) < "0" || num.charAt(i) > "9" ) vj_nonumericas = vj_nonumericas + 1;
 }
   if (vj_nonumericas > 0) return false;
   else  return true;
}


function checar()
		{
			var tipo, subtipo, submarca;
			var mensaje = "";

			if ( document.fAutos.op1.options[document.fAutos.op1.selectedIndex].value != 0 )
				tipo = document.fAutos.op1.options[document.fAutos.op1.selectedIndex].value;

			if ( document.fAutos.op2.options[document.fAutos.op2.selectedIndex].value != 0 )
				subtipo = document.fAutos.op2.options[document.fAutos.op2.selectedIndex].value;

			if ( document.fAutos.op3.options[document.fAutos.op3.selectedIndex].value != 0 )
				submarca = document.fAutos.op3.options[document.fAutos.op3.selectedIndex].value;

                  if ( tipo == null || tipo == "" )
			{
				mensaje = "Seleccione un tipo";
                  }
			else if ( subtipo == null || subtipo == "" )
			{
				mensaje = "Seleccione un subtipo";
			}
                  else if ( submarca == null || submarca == "" )
			{
				mensaje = "Seleccione una marca";
			}
			if ( mensaje != "" )
			{
				alert(mensaje);
                       	return false;
			}
                  if ( document.fAutos.p_texto.value == "" )
			{
				alert("No hay texto que publicar");
                        document.fAutos.p_texto.focus();
				return false;
			}

            if ( document.fAutos.p_fechas.value == "" )
		       {
			     alert("Es necesario que indiques la(s) fecha(s) en que se publicar" + unescape("%E1") + " tu anuncio");
				 document.fAutos.p_fechas.focus();
                 return false;
		       }


                  if ( document.fAutos.p_email.value != "" )
			{
			 if (document.fAutos.p_email.value.length < 5 || document.fAutos.p_email.value.indexOf ("@", 0) == -1)   {
                   alert("La dirección de e_mail es incorrecta");
                   return false;
                    }
                  }
                 if(document.fAutos.p_precio.value != "")
                  {
                  if(!esNumero(document.fAutos.p_precio.value))
                  {
		          alert("El precio debe ser num" + unescape("%E9") +"rico y sin espacios");
		          document.fAutos.p_precio.focus();
		          return false;
	              }
                  }
                 if(document.fAutos.p_anio.value != "")
                  {
                  if(!esNumero(document.fAutos.p_anio.value))
                  {
		          alert("El a" + unescape("%F1") +"o debe ser num" + unescape("%E9") +"rico");
		          document.fAutos.p_anio.focus();
		          return false;
	              }

                  if(document.fAutos.p_anio.value.length != 4)
                  {
		          alert("El a" + unescape("%F1") +"o debe ser de 4 d" + unescape("%ED") +"gitos");
		          document.fAutos.p_anio.focus();
		          return false;
	              }

                  }
                  resul_cuentaA = cuentaA();

				  if (resul_cuentaA == false)
				    return false;
				  else
                    return true;
}


function reinicializarA()
	    {

		  inicioA = true;
                  var cuentaA = 0;
                  var cuentaA1 = 0;
                  Lista1A = new Array();
                  Lista2A = new Array();

Lista1A[cuentaA] ="AC_URA+** Venta de autos **%** Acura **"; cuentaA++;				  
Lista1A[cuentaA] ="AL_FA+** Venta de autos **%** Alfa Romeo **"; cuentaA++;
Lista1A[cuentaA] ="AU_DI+** Venta de autos **%** Audi **"; cuentaA++;
Lista1A[cuentaA] ="BM_W+** Venta de autos **%** BMW **"; cuentaA++;
Lista1A[cuentaA] ="CA_DIL+** Venta de autos **%** Cadillac **"; cuentaA++;
Lista1A[cuentaA] ="CH_EVR+** Venta de autos **%** Chevrolet **"; cuentaA++;
Lista1A[cuentaA] ="CH_RYS+** Venta de autos **%** Chrysler **"; cuentaA++;
Lista1A[cuentaA] ="DO_DGE+** Venta de autos **%** Dodge **"; cuentaA++;
Lista1A[cuentaA] ="FE_RRA+** Venta de autos **%** Ferrari **"; cuentaA++;
Lista1A[cuentaA] ="FI_AT+** Venta de autos **%** Fiat **"; cuentaA++;
Lista1A[cuentaA] ="FO_RD+** Venta de autos **%** Ford **"; cuentaA++;
Lista1A[cuentaA] ="HO_NDA+** Venta de autos **%** Honda **"; cuentaA++;
Lista1A[cuentaA] ="HU_MME+** Venta de autos **%** Hummer **"; cuentaA++;
Lista1A[cuentaA] ="IN_FIN+** Venta de autos **%** Infiniti **"; cuentaA++;
Lista1A[cuentaA] ="JA_GUA+** Venta de autos **%** Jaguar **"; cuentaA++;
Lista1A[cuentaA] ="JE_EP+** Venta de autos **%** Jeep **"; cuentaA++;
Lista1A[cuentaA] ="LO_TUS+** Venta de autos **%** Lotus **"; cuentaA++;
Lista1A[cuentaA] ="LA_ND+** Venta de autos **%** Land Rover **"; cuentaA++;
Lista1A[cuentaA] ="LI_NCO+** Venta de autos **%** Lincoln **"; cuentaA++;
Lista1A[cuentaA] ="MA_SET+** Venta de autos **%** Maseratti **"; cuentaA++;
Lista1A[cuentaA] ="MA_ZDA+** Venta de autos **%** Mazda **"; cuentaA++;
Lista1A[cuentaA] ="ME_RCE+** Venta de autos **%** Mercedes Benz **"; cuentaA++;
Lista1A[cuentaA] ="MI_NI+** Venta de autos **%** Mini **"; cuentaA++;
Lista1A[cuentaA] ="MI_TSU+** Venta de autos **%** Mitsubishi **"; cuentaA++;
Lista1A[cuentaA] ="MG+** Venta de autos **%** MG **"; cuentaA++;
Lista1A[cuentaA] ="NI_SSA+** Venta de autos **%** Nissan **"; cuentaA++;
Lista1A[cuentaA] ="PE_UGE+** Venta de autos **%** Peugeot **"; cuentaA++;
Lista1A[cuentaA] ="PO_NTI+** Venta de autos **%** Pontiac **"; cuentaA++;
Lista1A[cuentaA] ="PO_RSC+** Venta de autos **%** Porsche **"; cuentaA++;
Lista1A[cuentaA] ="RE_NAU+** Venta de autos **%** Renault **"; cuentaA++;
Lista1A[cuentaA] ="RO_VER+** Venta de autos **%** Rover **"; cuentaA++;
Lista1A[cuentaA] ="SA_AB+** Venta de autos **%** Saab **"; cuentaA++;
Lista1A[cuentaA] ="SE_AT+** Venta de autos **%** Seat **"; cuentaA++;
Lista1A[cuentaA] ="SM_ART+** Venta de autos **%** Smart **"; cuentaA++;
Lista1A[cuentaA] ="SU_ZUK+** Venta de autos **%** Suzuki **"; cuentaA++;
Lista1A[cuentaA] ="TO_YOT+** Venta de autos **%** Toyota **"; cuentaA++;
Lista1A[cuentaA] ="WO_LKS+** Venta de autos **%** Volkswagen **"; cuentaA++;
Lista1A[cuentaA] ="VO_LVO+** Venta de autos **%** Volvo **"; cuentaA++;
Lista1A[cuentaA] ="AN_TIG+** Venta de autos **%Antiguos"; cuentaA++;
Lista1A[cuentaA] ="CL_ASI+** Venta de autos **%Clásicos"; cuentaA++;
Lista1A[cuentaA] ="DE_LUJ+** Venta de autos **%De lujo"; cuentaA++;
Lista1A[cuentaA] ="IM_POR+** Venta de autos **%Importados"; cuentaA++;
Lista1A[cuentaA] ="AC_CES+** Venta de autos **%Accesorios"; cuentaA++;
Lista1A[cuentaA] ="RE_FAC+** Venta de autos **%Refacciones"; cuentaA++;
Lista1A[cuentaA] ="SE_RVI+** Venta de autos **%Servicios"; cuentaA++;
Lista1A[cuentaA] ="AC_CID+** Venta de autos **%Accidentados"; cuentaA++;
Lista1A[cuentaA] ="AU_TOZ+** Venta de autos **%Otros"; cuentaA++;

Lista1A[cuentaA] ="RM_ICR+** De alquiler **%Microbuses"; cuentaA++;
Lista1A[cuentaA] ="RP_LAC+** De alquiler **%Placas y taxímetros"; cuentaA++;
Lista1A[cuentaA] ="RA_UTO+** De alquiler **%Renta de autos"; cuentaA++;
Lista1A[cuentaA] ="RT_AXI+** De alquiler **%Taxis"; cuentaA++;
Lista1A[cuentaA] ="RT_ATU+** De alquiler **%Taxis turísticos"; cuentaA++;
Lista1A[cuentaA] ="RS_ERV+** De alquiler **%Servicios"; cuentaA++;
Lista1A[cuentaA] ="RZ+** De alquiler **%Otros"; cuentaA++;

Lista1A[cuentaA] ="CA_UTO+** De carga y trabajo **%Autobuses"; cuentaA++;
Lista1A[cuentaA] ="CC_AMI+** De carga y trabajo **%Camiones"; cuentaA++;
Lista1A[cuentaA] ="CE_LEC+** De carga y trabajo **%Eléctricos"; cuentaA++;
Lista1A[cuentaA] ="CM_ONT+** De carga y trabajo **%Montacargas"; cuentaA++;
Lista1A[cuentaA] ="CP_ANE+** De carga y trabajo **%Panel"; cuentaA++;
Lista1A[cuentaA] ="CP_ICK+** De carga y trabajo **%Pickup"; cuentaA++;
Lista1A[cuentaA] ="CT_RAC+** De carga y trabajo **%Tractocamiones"; cuentaA++;
Lista1A[cuentaA] ="CT_RAS+** De carga y trabajo **%Tractores"; cuentaA++;
Lista1A[cuentaA] ="CR_EFA+** De carga y trabajo **%Refacciones"; cuentaA++;
Lista1A[cuentaA] ="CS_ERV+** De carga y trabajo **%Servicios"; cuentaA++;
Lista1A[cuentaA] ="CZ+** De carga y trabajo **%Otros"; cuentaA++;

Lista1A[cuentaA] ="LB_ICI+** Ligeros **%Bicicletas"; cuentaA++;
Lista1A[cuentaA] ="LG_OKA+** Ligeros **%Go-Kart"; cuentaA++;
Lista1A[cuentaA] ="LM_OTO+** Ligeros **%Motocicletas"; cuentaA++;
Lista1A[cuentaA] ="LM_OTN+** Ligeros **%Motonetas"; cuentaA++;
Lista1A[cuentaA] ="LR_EFA+** Ligeros **%Refacciones"; cuentaA++;
Lista1A[cuentaA] ="LS_ERV+** Ligeros **%Servicios"; cuentaA++;
Lista1A[cuentaA] ="LZ+** Ligeros **%Otros"; cuentaA++;

Lista1A[cuentaA] ="AJ_ETS+** Acuáticos y aéreos **%Jetsky"; cuentaA++;
Lista1A[cuentaA] ="AL_ANC+** Acuáticos y aéreos **%Lanchas"; cuentaA++;
Lista1A[cuentaA] ="AV_ELE+** Acuáticos y aéreos **%Veleros"; cuentaA++;
Lista1A[cuentaA] ="AY_ATE+** Acuáticos y aéreos **%Yates"; cuentaA++;
Lista1A[cuentaA] ="AA_VIO+** Acuáticos y aéreos **%Aviones"; cuentaA++;
Lista1A[cuentaA] ="AH_ELI+** Acuáticos y aéreos **%Helicopteros"; cuentaA++;
Lista1A[cuentaA] ="AP_LAN+** Acuáticos y aéreos **%Planeadores"; cuentaA++;
Lista1A[cuentaA] ="AZ+** Acuáticos y aéreos **%Otros"; cuentaA++;

Lista1A[cuentaA] ="0+** Compra de autos **%  "; cuentaA++;

Lista2A[cuentaA1] ="MD_X+AC_URA%MDX"; cuentaA1++;
Lista2A[cuentaA1] ="RL+AC_URA%RL"; cuentaA1++;
Lista2A[cuentaA1] ="TL+AC_URA%TL"; cuentaA1++;
Lista2A[cuentaA1] ="AC_UZ+AC_URA%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="14_7+AL_FA%147"; cuentaA1++;
Lista2A[cuentaA1] ="15_6+AL_FA%156"; cuentaA1++;
Lista2A[cuentaA1] ="AL_FAZ+AL_FA%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="A3+AU_DI%A3"; cuentaA1++;
Lista2A[cuentaA1] ="A4+AU_DI%A4"; cuentaA1++;
Lista2A[cuentaA1] ="A6+AU_DI%A6"; cuentaA1++;
Lista2A[cuentaA1] ="A7+AU_DI%A7"; cuentaA1++;
Lista2A[cuentaA1] ="A8+AU_DI%A8"; cuentaA1++;
Lista2A[cuentaA1] ="AL_LRO+AU_DI%All Road"; cuentaA1++;
Lista2A[cuentaA1] ="TT+AU_DI%TT"; cuentaA1++;
Lista2A[cuentaA1] ="AU_DIZ+AU_DI%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="SE_R1+BM_W%Serie 1"; cuentaA1++;
Lista2A[cuentaA1] ="SE_R3+BM_W%Serie 3"; cuentaA1++;
Lista2A[cuentaA1] ="SE_R5+BM_W%Serie 5"; cuentaA1++;
Lista2A[cuentaA1] ="SE_R6+BM_W%Serie 6"; cuentaA1++;
Lista2A[cuentaA1] ="SE_R7+BM_W%Serie 7"; cuentaA1++;
Lista2A[cuentaA1] ="X3+BM_W%X3"; cuentaA1++;
Lista2A[cuentaA1] ="X5+BM_W%X5"; cuentaA1++;
Lista2A[cuentaA1] ="Z4+BM_W%Z4"; cuentaA1++;
Lista2A[cuentaA1] ="BM_WZ+BM_W%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="DE_VIL+CA_DIL%Deville"; cuentaA1++;
Lista2A[cuentaA1] ="SE_VIL+CA_DIL%Seville"; cuentaA1++;
Lista2A[cuentaA1] ="ES_CAL+CA_DIL%Escalade"; cuentaA1++;
Lista2A[cuentaA1] ="ES_V+CA_DIL%ESV"; cuentaA1++;
Lista2A[cuentaA1] ="EX_T+CA_DIL%EXT"; cuentaA1++;
Lista2A[cuentaA1] ="CT_S+CA_DIL%CTS"; cuentaA1++;
Lista2A[cuentaA1] ="SR_X+CA_DIL%SRX"; cuentaA1++;
Lista2A[cuentaA1] ="ST_S+CA_DIL%STS"; cuentaA1++;
Lista2A[cuentaA1] ="XL_R+CA_DIL%XLR"; cuentaA1++;
Lista2A[cuentaA1] ="CA_DIZ+CA_DIL%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AS_TRA+CH_EVR%Astra"; cuentaA1++;
Lista2A[cuentaA1] ="AV_ALA+CH_EVR%Avalanche"; cuentaA1++;
Lista2A[cuentaA1] ="BL_AZE+CH_EVR%Blazer"; cuentaA1++;
Lista2A[cuentaA1] ="CA_VAL+CH_EVR%Cavalier"; cuentaA1++;
Lista2A[cuentaA1] ="CE_NTU+CH_EVR%Century"; cuentaA1++;
Lista2A[cuentaA1] ="CH_EVY+CH_EVR%Chevy"; cuentaA1++;
Lista2A[cuentaA1] ="CH_EY+CH_EVR%Cheyenne"; cuentaA1++;
Lista2A[cuentaA1] ="CO_LO+CH_EVR%Colorado"; cuentaA1++;
Lista2A[cuentaA1] ="CO_RSA+CH_EVR%Corsa"; cuentaA1++;
Lista2A[cuentaA1] ="CO_RVE+CH_EVR%Corvette"; cuentaA1++;
Lista2A[cuentaA1] ="CU_TLA+CH_EVR%Cutlass"; cuentaA1++;
Lista2A[cuentaA1] ="EQ_UI+CH_EVR%Equinox"; cuentaA1++;
Lista2A[cuentaA1] ="EX_PRE+CH_EVR%Express Van"; cuentaA1++;
Lista2A[cuentaA1] ="HH_R+CH_EVR%HHR"; cuentaA1++;
Lista2A[cuentaA1] ="MA_LIB+CH_EVR%Malibu"; cuentaA1++;
Lista2A[cuentaA1] ="ME_RIV+CH_EVR%Meriva"; cuentaA1++;
Lista2A[cuentaA1] ="OP_TR+CH_EVR%Optra"; cuentaA1++;
Lista2A[cuentaA1] ="SO_NOR+CH_EVR%Sonora"; cuentaA1++;
Lista2A[cuentaA1] ="SI_LV+CH_EVR%Silverado"; cuentaA1++;
Lista2A[cuentaA1] ="SU_BUR+CH_EVR%SuburbanA"; cuentaA1++;
Lista2A[cuentaA1] ="TA_HO+CH_EVR%Tahoe"; cuentaA1++;
Lista2A[cuentaA1] ="TO_RN+CH_EVR%Tornado"; cuentaA1++;
Lista2A[cuentaA1] ="TR_ACK+CH_EVR%Tracker"; cuentaA1++;
Lista2A[cuentaA1] ="TR_AIL+CH_EVR%Trailblaizer"; cuentaA1++;
Lista2A[cuentaA1] ="UP_LA+CH_EVR%Uplander"; cuentaA1++;
Lista2A[cuentaA1] ="VE_CTR+CH_EVR%Vectra"; cuentaA1++;
Lista2A[cuentaA1] ="VE_NTU+CH_EVR%Venture"; cuentaA1++;
Lista2A[cuentaA1] ="ZA_FIR+CH_EVR%Zafira"; cuentaA1++;
Lista2A[cuentaA1] ="CH_EVZ+CH_EVR%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="30_0C+CH_RYS%300C"; cuentaA1++;
Lista2A[cuentaA1] ="30_0M+CH_RYS%300M"; cuentaA1++;
Lista2A[cuentaA1] ="CI_RRU+CH_RYS%Cirrus"; cuentaA1++;
Lista2A[cuentaA1] ="CR_OSS+CH_RYS%Crossfire"; cuentaA1++;
Lista2A[cuentaA1] ="DA_RT+CH_RYS%Dart"; cuentaA1++;
Lista2A[cuentaA1] ="IN_TRE+CH_RYS%Intrepid"; cuentaA1++;
Lista2A[cuentaA1] ="NE_ON+CH_RYS%Neon"; cuentaA1++;
Lista2A[cuentaA1] ="PA_CI+CH_RYS%Pacifica"; cuentaA1++;
Lista2A[cuentaA1] ="PT_CRU+CH_RYS%PT Cruiser"; cuentaA1++;
Lista2A[cuentaA1] ="SH_ADO+CH_RYS%Shadow"; cuentaA1++;
Lista2A[cuentaA1] ="SP_IRI+CH_RYS%Spirit"; cuentaA1++;
Lista2A[cuentaA1] ="ST_RAT+CH_RYS%Stratus"; cuentaA1++;
Lista2A[cuentaA1] ="TO_WN+CH_RYS%Town&Country"; cuentaA1++;
Lista2A[cuentaA1] ="VE_RNA+CH_RYS%Verna"; cuentaA1++;
Lista2A[cuentaA1] ="PA_CIF+CH_RYS%Pacifica"; cuentaA1++;
Lista2A[cuentaA1] ="RA_MCH+CH_RYS%Ram Charger"; cuentaA1++;
Lista2A[cuentaA1] ="VO_YAG+CH_RYS%Voyager"; cuentaA1++;
Lista2A[cuentaA1] ="CH_RYZ+CH_RYS%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AV_ENG+DO_DGE%Avenger"; cuentaA1++;
Lista2A[cuentaA1] ="AT_TIT+DO_DGE%Attitude"; cuentaA1++;
Lista2A[cuentaA1] ="AT_OS+DO_DGE%Atos"; cuentaA1++;
Lista2A[cuentaA1] ="CA_LIB+DO_DGE%Caliber"; cuentaA1++;
Lista2A[cuentaA1] ="CH_ALL+DO_DGE%Challenger STR-8"; cuentaA1++;
Lista2A[cuentaA1] ="CH_ARG+DO_DGE%Charger"; cuentaA1++;
Lista2A[cuentaA1] ="DA_KOT+DO_DGE%Dakota"; cuentaA1++;
Lista2A[cuentaA1] ="DU_RAN+DO_DGE%Durango"; cuentaA1++;
Lista2A[cuentaA1] ="JO_URN+DO_DGE%Journey"; cuentaA1++;
Lista2A[cuentaA1] ="NI_TRO+DO_DGE%Nitro"; cuentaA1++
Lista2A[cuentaA1] ="RA_MQU+DO_DGE%RAM QUAD CAB"; cuentaA1++;
Lista2A[cuentaA1] ="RA_MST+DO_DGE%RAM ST"; cuentaA1++;
Lista2A[cuentaA1] ="VI_PER+DO_DGE%Viper"; cuentaA1++;

Lista2A[cuentaA1] ="36_0MO+FE_RRA%360 Moderna"; cuentaA1++;
Lista2A[cuentaA1] ="36_0SP+FE_RRA%360 Spider"; cuentaA1++;
Lista2A[cuentaA1] ="45_6M+FE_RRA%456 M"; cuentaA1++;
Lista2A[cuentaA1] ="57_5MA+FE_RRA%575 Marenello"; cuentaA1++;
Lista2A[cuentaA1] ="61_2SC+FE_RRA%612 Scaglietti"; cuentaA1++;
Lista2A[cuentaA1] ="EN_ZO+FE_RRA%Enzo"; cuentaA1++;
Lista2A[cuentaA1] ="F4_30+FE_RRA%F430"; cuentaA1++;
Lista2A[cuentaA1] ="FE_RRZ+FE_RRA%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="PA_LIO+FI_AT%Palio"; cuentaA1++;
Lista2A[cuentaA1] ="PA_LAD+FI_AT%Palio Adventure"; cuentaA1++;
Lista2A[cuentaA1] ="FI_ATZ+FI_AT%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="CO_NTO+FO_RD%Contour"; cuentaA1++;
Lista2A[cuentaA1] ="ES_COR+FO_RD%Escort"; cuentaA1++;
Lista2A[cuentaA1] ="FI_EST+FO_RD%Fiesta"; cuentaA1++;
Lista2A[cuentaA1] ="FI_VE+FO_RD%Five Hundred"; cuentaA1++;
Lista2A[cuentaA1] ="FO_CUS+FO_RD%Focus"; cuentaA1++;
Lista2A[cuentaA1] ="FU_SI+FO_RD%Fusion"; cuentaA1++;
Lista2A[cuentaA1] ="GR_ANM+FO_RD%Grand Marquis"; cuentaA1++;
Lista2A[cuentaA1] ="IK_ON+FO_RD%Ikon"; cuentaA1++;
Lista2A[cuentaA1] ="KA+FO_RD%Ka"; cuentaA1++;
Lista2A[cuentaA1] ="MO_NDE+FO_RD%Mondeo"; cuentaA1++;
Lista2A[cuentaA1] ="MU_STA+FO_RD%Mustang"; cuentaA1++;
Lista2A[cuentaA1] ="MY_STI+FO_RD%Mystique"; cuentaA1++;
Lista2A[cuentaA1] ="SA_BLE+FO_RD%Sable"; cuentaA1++;
Lista2A[cuentaA1] ="TH_UND+FO_RD%Thunderbird"; cuentaA1++;
Lista2A[cuentaA1] ="TO_PAZ+FO_RD%Topaz"; cuentaA1++;
Lista2A[cuentaA1] ="EC_ONO+FO_RD%Econoline"; cuentaA1++;
Lista2A[cuentaA1] ="EC_OSP+FO_RD%Ecosport"; cuentaA1++;
Lista2A[cuentaA1] ="ES_CAP+FO_RD%Escape"; cuentaA1++;
Lista2A[cuentaA1] ="EX_CUR+FO_RD%Excursion"; cuentaA1++;
Lista2A[cuentaA1] ="EX_PED+FO_RD%Expedition"; cuentaA1++;
Lista2A[cuentaA1] ="EX_PLO+FO_RD%Explorer"; cuentaA1++;
Lista2A[cuentaA1] ="FR_EES+FO_RD%Freestar - Windstar"; cuentaA1++;
Lista2A[cuentaA1] ="FO_RDZ+FO_RD%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AC_COR+HO_NDA%Accord"; cuentaA1++;
Lista2A[cuentaA1] ="CI_VIC+HO_NDA%Civic"; cuentaA1++;
Lista2A[cuentaA1] ="CR_V+HO_NDA%CR-V"; cuentaA1++;
Lista2A[cuentaA1] ="FI_T+HO_NDA%Fit"; cuentaA1++;
Lista2A[cuentaA1] ="OD_YSS+HO_NDA%Odyssey"; cuentaA1++;
Lista2A[cuentaA1] ="PI_LOT+HO_NDA%Pilot"; cuentaA1++;
Lista2A[cuentaA1] ="HO_NDZ+HO_NDA%Otros"; cuentaA1++;
Lista2A[cuentaA1] ="Q4_5+IN_FIN%Q45"; cuentaA1++;
Lista2A[cuentaA1] ="IN_FIZ+IN_FIN%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="HU_M1+HU_MME%H1"; cuentaA1++;
Lista2A[cuentaA1] ="HU_M2+HU_MME%H2"; cuentaA1++;
Lista2A[cuentaA1] ="HU_M3+HU_MME%H3"; cuentaA1++;
Lista2A[cuentaA1] ="HU_MZ+HU_MME%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="ST_YPE+JA_GUA%S-Type"; cuentaA1++;
Lista2A[cuentaA1] ="XJ+JA_GUA%XJ"; cuentaA1++;
Lista2A[cuentaA1] ="XT_YPE+JA_GUA%X-Type"; cuentaA1++;
Lista2A[cuentaA1] ="XK+JA_GUA%XK"; cuentaA1++;
Lista2A[cuentaA1] ="JA_GUZ+JA_GUA%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="CO_MM+JE_EP%Commander"; cuentaA1++;
Lista2A[cuentaA1] ="CO_MP+JE_EP%Compass"; cuentaA1++;
Lista2A[cuentaA1] ="GR_ANC+JE_EP%Grand Cherokee"; cuentaA1++;
Lista2A[cuentaA1] ="JA_MB+JE_EP%Jamboree"; cuentaA1++;
Lista2A[cuentaA1] ="LI_BER+JE_EP%Liberty"; cuentaA1++;
Lista2A[cuentaA1] ="WR_ANG+JE_EP%Wrangler"; cuentaA1++;
Lista2A[cuentaA1] ="JE_EPZ+JE_EP%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="EL_ISE+LO_TUS%Elise"; cuentaA1++;
Lista2A[cuentaA1] ="EX_IG+LO_TUS%Exige"; cuentaA1++;
Lista2A[cuentaA1] ="LO_TUZ+LO_TUS%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="DI_SCO+LA_ND%Discovery"; cuentaA1++;
Lista2A[cuentaA1] ="FR_EEL+LA_ND%Freelander"; cuentaA1++;
Lista2A[cuentaA1] ="LR_3+LA_ND%LR3"; cuentaA1++;
Lista2A[cuentaA1] ="RA_NGE+LA_ND%Range Rover"; cuentaA1++;
Lista2A[cuentaA1] ="LA_NDZ+LA_ND%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="CO_UPE+MA_SET%Coupe"; cuentaA1++;
Lista2A[cuentaA1] ="MA_SEZ+MA_SET%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AV_IAT+LI_NCO%Aviator"; cuentaA1++;
Lista2A[cuentaA1] ="LS+LI_NCO%LS"; cuentaA1++;
Lista2A[cuentaA1] ="NA_VIG+LI_NCO%Navigator"; cuentaA1++;
Lista2A[cuentaA1] ="TO_WNC+LI_NCO%Town car"; cuentaA1++;
Lista2A[cuentaA1] ="ZE_PH+LI_NCO%Zephyr"; cuentaA1++;
Lista2A[cuentaA1] ="LI_NCZ+LI_NCO%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="MA_ZD3+MA_ZDA%Mazda 3"; cuentaA1++;
Lista2A[cuentaA1] ="MA_ZD5+MA_ZDA%Mazda 5"; cuentaA1++;
Lista2A[cuentaA1] ="MA_ZD6+MA_ZDA%Mazda 6"; cuentaA1++;
Lista2A[cuentaA1] ="MA_CX7+MA_ZDA%Mazda CX7"; cuentaA1++;
Lista2A[cuentaA1] ="MA_CX9+MA_ZDA%Mazda CX9"; cuentaA1++;
Lista2A[cuentaA1] ="MA_ZM5+MA_ZDA%Mazda MX-5"; cuentaA1++;

Lista2A[cuentaA1] ="A1_60+ME_RCE%A160/190"; cuentaA1++;
Lista2A[cuentaA1] ="CL_55+ME_RCE%CL 55/500/600"; cuentaA1++;
Lista2A[cuentaA1] ="CL_AB+ME_RCE%Clase B"; cuentaA1++;
Lista2A[cuentaA1] ="CL_ASE+ME_RCE%Clase C"; cuentaA1++;
Lista2A[cuentaA1] ="CL_AE+ME_RCE%Clase E"; cuentaA1++;
Lista2A[cuentaA1] ="CL_AGL+ME_RCE%Clase GL"; cuentaA1++;
Lista2A[cuentaA1] ="CL_AM+ME_RCE%Clase M"; cuentaA1++;
Lista2A[cuentaA1] ="CL_AR+ME_RCE%Clase R"; cuentaA1++;
Lista2A[cuentaA1] ="CL_K+ME_RCE%CLK"; cuentaA1++;
Lista2A[cuentaA1] ="CL_SPO+ME_RCE%CL Sport Coupe"; cuentaA1++;
Lista2A[cuentaA1] ="E5_5+ME_RCE%E55"; cuentaA1++;
Lista2A[cuentaA1] ="G5_00+ME_RCE%G500"; cuentaA1++;
Lista2A[cuentaA1] ="ML+ME_RCE%ML 350/500"; cuentaA1++;
Lista2A[cuentaA1] ="S5_5+ME_RCE%S55/450/500/600"; cuentaA1++;
Lista2A[cuentaA1] ="SL_55+ME_RCE%SL55/350/500/600"; cuentaA1++;
Lista2A[cuentaA1] ="SL_K+ME_RCE%SLK"; cuentaA1++;
Lista2A[cuentaA1] ="ME_RCZ+ME_RCE%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="CO_OPE+MI_NI%Cooper"; cuentaA1++;
Lista2A[cuentaA1] ="MI_NIZ+MI_NI%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="EC_LIP+MI_TSU%Eclipse"; cuentaA1++;
Lista2A[cuentaA1] ="EN_DE+MI_TSU%Endeavor"; cuentaA1++;
Lista2A[cuentaA1] ="GA_LAN+MI_TSU%Galant"; cuentaA1++;
Lista2A[cuentaA1] ="GR_ADI+MI_TSU%Grandis"; cuentaA1++;
Lista2A[cuentaA1] ="LA_NCE+MI_TSU%Lancer"; cuentaA1++;
Lista2A[cuentaA1] ="MO_NTL+MI_TSU%Montero Limited"; cuentaA1++;
Lista2A[cuentaA1] ="MO_NTS+MI_TSU%Montero Sport"; cuentaA1++;
Lista2A[cuentaA1] ="OU_TLA+MI_TSU%Outlander"; cuentaA1++;
Lista2A[cuentaA1] ="SP_ACE+MI_TSU%Spacer Star"; cuentaA1++;
Lista2A[cuentaA1] ="MI_TSZ+MI_TSU%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="TF_160+MG%TF160"; cuentaA1++;
Lista2A[cuentaA1] ="ZR+MG%ZR"; cuentaA1++;
Lista2A[cuentaA1] ="ZT_180+MG%ZT 180"; cuentaA1++;
Lista2A[cuentaA1] ="MGZ+MG%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="35_0Z+NI_SSA%350Z"; cuentaA1++;
Lista2A[cuentaA1] ="AL_MER+NI_SSA%Almera"; cuentaA1++;
Lista2A[cuentaA1] ="AL_TIM+NI_SSA%Altima"; cuentaA1++;
Lista2A[cuentaA1] ="FR_ONT+NI_SSA%Frontier"; cuentaA1++;
Lista2A[cuentaA1] ="VA_NIC+NI_SSA%Ichi van"; cuentaA1++;
Lista2A[cuentaA1] ="MA_XIM+NI_SSA%Maxima"; cuentaA1++;
Lista2A[cuentaA1] ="MI_CRA+NI_SSA%Micra"; cuentaA1++;
Lista2A[cuentaA1] ="MU_RAN+NI_SSA%Murano"; cuentaA1++;
Lista2A[cuentaA1] ="PA_THF+NI_SSA%Pathfinder"; cuentaA1++;
Lista2A[cuentaA1] ="PL_ATI+NI_SSA%Platina"; cuentaA1++;
Lista2A[cuentaA1] ="QU_EST+NI_SSA%Quest"; cuentaA1++;
Lista2A[cuentaA1] ="SE_NTR+NI_SSA%Sentra"; cuentaA1++;
Lista2A[cuentaA1] ="TI_IDA+NI_SSA%Tiida"; cuentaA1++;
Lista2A[cuentaA1] ="TI_TAN+NI_SSA%Titan"; cuentaA1++;
Lista2A[cuentaA1] ="TS_URU+NI_SSA%Tsuru"; cuentaA1++;
Lista2A[cuentaA1] ="UR_VAN+NI_SSA%Urvan"; cuentaA1++;
Lista2A[cuentaA1] ="XT_ERR+NI_SSA%Xterra"; cuentaA1++;
Lista2A[cuentaA1] ="XT_RAI+NI_SSA%X-Trail"; cuentaA1++;
Lista2A[cuentaA1] ="NI_SSZ+NI_SSA%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="20_6+PE_UGE%206"; cuentaA1++;
Lista2A[cuentaA1] ="20_7+PE_UGE%207"; cuentaA1++;
Lista2A[cuentaA1] ="30_6+PE_UGE%306"; cuentaA1++;
Lista2A[cuentaA1] ="30_7+PE_UGE%307"; cuentaA1++;
Lista2A[cuentaA1] ="40_6+PE_UGE%406"; cuentaA1++;
Lista2A[cuentaA1] ="60_7+PE_UGE%607"; cuentaA1++;
Lista2A[cuentaA1] ="30_7SW+PE_UGE%307 Station Wagon"; cuentaA1++;
Lista2A[cuentaA1] ="PE_UGZ+PE_UGE%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="PG_3+PO_NTI%G3"; cuentaA1++;
Lista2A[cuentaA1] ="PG_5+PO_NTI%G5"; cuentaA1++;
Lista2A[cuentaA1] ="PG_6+PO_NTI%G6"; cuentaA1++;
Lista2A[cuentaA1] ="AZ_TEK+PO_NTI%Aztek"; cuentaA1++;
Lista2A[cuentaA1] ="GR_AND+PO_NTI%Grand AM"; cuentaA1++;
Lista2A[cuentaA1] ="MA_TIZ+PO_NTI%Matiz"; cuentaA1++;
Lista2A[cuentaA1] ="MO_NTA+PO_NTI%Montana"; cuentaA1++;
Lista2A[cuentaA1] ="SU_NFI+PO_NTI%Sunfire"; cuentaA1++;
Lista2A[cuentaA1] ="SO_LS+PO_NTI%Solstice"; cuentaA1++;
Lista2A[cuentaA1] ="TO_RR+PO_NTI%Torrent"; cuentaA1++;
Lista2A[cuentaA1] ="PO_NTZ+PO_NTI%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="91_1+PO_RSC%911"; cuentaA1++;
Lista2A[cuentaA1] ="BO_XTE+PO_RSC%Boxter"; cuentaA1++;
Lista2A[cuentaA1] ="CA_YEN+PO_RSC%Cayenne"; cuentaA1++;
Lista2A[cuentaA1] ="PO_RSZ+PO_RSC%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="CL_IO+RE_NAU%Clio"; cuentaA1++;
Lista2A[cuentaA1] ="LA_GUN+RE_NAU%Laguna"; cuentaA1++;
Lista2A[cuentaA1] ="ME_GAN+RE_NAU%Megane II"; cuentaA1++;
Lista2A[cuentaA1] ="SC_ENI+RE_NAU%Scenic"; cuentaA1++;
Lista2A[cuentaA1] ="RE_NAZ+RE_NAU%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="75+RO_VER%75"; cuentaA1++;
Lista2A[cuentaA1] ="RO_VEZ+RO_VER%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="93+SA_AB%9-3"; cuentaA1++;
Lista2A[cuentaA1] ="95+SA_AB%9-5"; cuentaA1++;
Lista2A[cuentaA1] ="SA_ABZ+SA_AB%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AL_TE+SE_AT%Altea"; cuentaA1++;
Lista2A[cuentaA1] ="AL_HAM+SE_AT%Alhambra"; cuentaA1++;
Lista2A[cuentaA1] ="CO_RDO+SE_AT%Cordoba"; cuentaA1++;
Lista2A[cuentaA1] ="IB_IZA+SE_AT%Ibiza"; cuentaA1++;
Lista2A[cuentaA1] ="LE_ON+SE_AT%León"; cuentaA1++;
Lista2A[cuentaA1] ="TO_LED+SE_AT%Toledo"; cuentaA1++;
Lista2A[cuentaA1] ="SE_ATZ+SE_AT%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="FO_RTW+SM_ART%Fortwo"; cuentaA1++;
Lista2A[cuentaA1] ="RO_ADS+SM_ART%Roadster"; cuentaA1++;
Lista2A[cuentaA1] ="SM_ARZ+SM_ART%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="SX_4+SU_ZUK%SX4"; cuentaA1++;
Lista2A[cuentaA1] ="GR_AVI+SU_ZUK%Grand Vitara"; cuentaA1++;
Lista2A[cuentaA1] ="XL_7+SU_ZUK%XL7"; cuentaA1++;
Lista2A[cuentaA1] ="SU_SZ+SU_ZUK%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="4R_UNN+TO_YOT%4Runner"; cuentaA1++;
Lista2A[cuentaA1] ="CO_ROL+TO_YOT%Corolla"; cuentaA1++;
Lista2A[cuentaA1] ="CA_MRY+TO_YOT%Camry"; cuentaA1++;
Lista2A[cuentaA1] ="LA_NDC+TO_YOT%Land Cruiser"; cuentaA1++;
Lista2A[cuentaA1] ="MA_TRI+TO_YOT%Matrix"; cuentaA1++;
Lista2A[cuentaA1] ="RA_V4+TO_YOT%RAV4"; cuentaA1++;
Lista2A[cuentaA1] ="SO_LAR+TO_YOT%Solara"; cuentaA1++;
Lista2A[cuentaA1] ="SI_ENN+TO_YOT%Sienna"; cuentaA1++;
Lista2A[cuentaA1] ="YA_RIS+TO_YOT%Yaris"; cuentaA1++;
Lista2A[cuentaA1] ="TO_YOZ+TO_YOT%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="AT_LAN+WO_LKS%Atlantic"; cuentaA1++;
Lista2A[cuentaA1] ="BO_RA+WO_LKS%Bora"; cuentaA1++;
Lista2A[cuentaA1] ="BE_ETL+WO_LKS%Beetle"; cuentaA1++;
Lista2A[cuentaA1] ="CA_RIB+WO_LKS%Caribe"; cuentaA1++;
Lista2A[cuentaA1] ="CO_MBI+WO_LKS%Combi"; cuentaA1++;
Lista2A[cuentaA1] ="CO_RSR+WO_LKS%Corsar"; cuentaA1++;
Lista2A[cuentaA1] ="CR_OSF+WO_LKS%Cross Fox"; cuentaA1++;
Lista2A[cuentaA1] ="DE_RBY+WO_LKS%Derby"; cuentaA1++;
Lista2A[cuentaA1] ="EU_ROV+WO_LKS%Eurovan"; cuentaA1++;
Lista2A[cuentaA1] ="GO_L+WO_LKS%Gol"; cuentaA1++;
Lista2A[cuentaA1] ="GO_LF+WO_LKS%Golf"; cuentaA1++;
Lista2A[cuentaA1] ="JE_TTA+WO_LKS%Jetta"; cuentaA1++;
Lista2A[cuentaA1] ="LU_PO+WO_LKS%Lupo"; cuentaA1++;
Lista2A[cuentaA1] ="PA_SSA+WO_LKS%Passat"; cuentaA1++;
Lista2A[cuentaA1] ="PO_INT+WO_LKS%Pointer"; cuentaA1++;
Lista2A[cuentaA1] ="PO_LO+WO_LKS%Polo"; cuentaA1++;
Lista2A[cuentaA1] ="PO_INS+WO_LKS%Pointer Station Wagon"; cuentaA1++;
Lista2A[cuentaA1] ="SE_DAN+WO_LKS%Sedan"; cuentaA1++;
Lista2A[cuentaA1] ="SH_ARA+WO_LKS%Sharan"; cuentaA1++;
Lista2A[cuentaA1] ="TO_UAR+WO_LKS%Touareg"; cuentaA1++;
Lista2A[cuentaA1] ="VO_LKZ+WO_LKS%Otros"; cuentaA1++;

Lista2A[cuentaA1] ="C7_0+VO_LVO%C70"; cuentaA1++;
Lista2A[cuentaA1] ="S4_0+VO_LVO%S40"; cuentaA1++;
Lista2A[cuentaA1] ="S6_0+VO_LVO%S60"; cuentaA1++;
Lista2A[cuentaA1] ="S8_0+VO_LVO%S80"; cuentaA1++;
Lista2A[cuentaA1] ="V4_0+VO_LVO%V40"; cuentaA1++;
Lista2A[cuentaA1] ="V5_0+VO_LVO%V50"; cuentaA1++;
Lista2A[cuentaA1] ="XC_70+VO_LVO%XC70"; cuentaA1++;
Lista2A[cuentaA1] ="XC_90+VO_LVO%XC90"; cuentaA1++;
Lista2A[cuentaA1] ="VO_LVZ+VO_LVO%Otros"; cuentaA1++;
}
//-->
