function Elige_Cod_capt_tel_o_Cod_vend_tel_o_Cod_vend_calle(f)
{
	var i;
	var valorLista
	valorLista="";
	valorLista=f.informacion.value;
			f.ListaComercial.options[0]= new Option("Cualquiera","-1",true,true);
			f.ListaComercial.options[1]= new Option('ANTONIO VTAS CALLE','3351',false,false);f.ListaComercial.options[2]= new Option('Carolina','1191',false,false);f.ListaComercial.options[3]= new Option('Ignacio','3431',false,false);f.ListaComercial.options[4]= new Option('Manuel','3511',false,false);
			i=5;
	f.ListaComercial.options.length=i;
}


