<!-- david melendez March 04, 2006
function doEcho()
{
var txt=document.echo.category.value;
if (txt == "") txt="";
if (txt == "PROYECTOS NUEVOS") txt="Escriba Pueblo";
if (txt == "VENTA WALKUP") txt="Escriba Pueblo";
if (txt == "VENTA CASA") txt="Escriba Pueblo";
if (txt == "VENTA APARTAMENTO") txt="Escriba Pueblo";
if (txt == "VENTA FINCA") txt="Escriba Pueblo";
if (txt == "VENTA SOLAR") txt="Escriba Pueblo";
if (txt == "VENTA LOCAL/COMERCIAL") txt="Escriba Pueblo";
if (txt == "ALQUILER APARTAMENTO") txt="Escriba Pueblo";
if (txt == "ALQUILER WALKUP") txt="Escriba Pueblo";
if (txt == "ALQUILER CASA") txt="Escriba Pueblo";
if (txt == "ALQUILER LOCAL/COMERCIAL") txt="Escriba Pueblo";
if (txt == "ALQUILER FINCA") txt="Escriba Pueblo";
if (txt == "ALQUILER SOLAR") txt="Escriba Pueblo";
if (txt == "VENTA AUTOS") txt="Escriba Marca";
if (txt == "VENTA CAMIONES") txt="Escriba Marca";
if (txt == "VENTA SUV") txt="Escriba Marca";
if (txt == "VENTA PICK UP") txt="Escriba Marca";
if (txt == "VENTA MOTORAS") txt="Escriba Marca";
if (txt == "MOTORAS") txt="Escriba Marca";
if (txt == "VENTA BOTES") txt="Escriba Marca";
if (txt == "BOTES") txt="Escriba Marca";
if (txt == "BILLAR") txt="Escriba Marca";
if (txt == "AUTOS/EQUIPOS DE MUSICA") txt="Escriba Marca";
if (txt == "ACONDICIONADORES AIRE") txt="Escriba Marca";
if (txt == "ACONDICIONADORES DE AIRE") txt="Escriba Marca";
if (txt == "MINI SPLIT") txt="Escriba Marca";
if (txt == "EMPLEOS") txt="Escriba Tipo de Empleo";
if (txt == "BODAS/FLORES") txt="Escriba Pueblo";
if (txt == "CALENTADORES DE AGUA") txt="Escriba Marca";
if (txt == "CAMARAS") txt="Escriba Marca";
if (txt == "CELULARES/ARTICULOS") txt="Escriba Marca";
if (txt == "COMPUTADORAS") txt="Escriba Marca";
if (txt == "COMPUTADORAS/IMPRESORAS") txt="Escriba Marca";
if (txt == "COMPUTADORAS/PIEZAS") txt="Escriba Marca";
if (txt == "HOGAR/TELEVISORES") txt="Escriba Marca";
if (txt == "HOGAR/PLASMAS") txt="Escriba Marca";
if (txt == "HOGAR/ESTUFAS") txt="Escriba Marca";
if (txt == "HOGAR/NEVERAS") txt="Escriba Marca";
if (txt == "HOGAR/LAVADORAS") txt="Escriba Marca";
if (txt == "HOGAR/SECADORAS") txt="Escriba Marca";
if (txt == "HOGAR/EQUIPOS DE MUSICA") txt="Escriba Marca";
if (txt == "EQUIPO COMERCIAL") txt="Escriba Marca";
if (txt == "EQUIPO INDUSTRIAL") txt="Escriba Marca";
if (txt == "MASCOTAS") txt="Escriba Especie";
if (txt == "LIBROS") txt="Escriba Autor";
if (txt == "OFICINA/COMPUTADORAS") txt="Escriba Marca";
if (txt == "OFICINA/TELEFONOS") txt="Escriba Marca";
if (txt == "OFICINA/IMPRESORAS") txt="Escriba Marca";
if (txt == "ARTE") txt="Escriba Autor";
if (txt == "PLANTAS ELECTRICAS") txt="Escriba Marca";
if (txt == "PUERTAS GARAGE") txt="Escriba Marca";
if (txt == "PUERTAS DE GARAGE") txt="Escriba Marca";
if (txt == "PUERTAS") txt="Escriba Marca";
if (txt == "VENTANAS") txt="Escriba Marca";
if (txt == "SERVICIOS") txt="Escriba Tipo de Servicio";
if (txt == "SISTEMAS DE SEGURIDAD") txt="Escriba Marca";
if (txt == "TANQUES DE AGUA") txt="Escriba Marca";
if (txt == "ACTIVIDADES/LOCAL") txt="Escriba Pueblo";
if (txt == "ACTIVIDADES/CATERING") txt="Escriba Pueblo";
if (txt == "ACTIVIDADES/MUSICA") txt="Escriba Genero Musical";
if (txt == "BEBES/CUIDOS") txt="Escriba Pueblo";
if (txt == "ROPA CASUAL") txt="Escriba Marca";




document.echo.key.value=txt;
}
//-->
