BusinessProfileEnquiry.options = new Array();

BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'property-sale', 'Quiero Vender / Tasar una Propiedad');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'property-purchase', 'Quiero Comprar / Alquilar Propiedad');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'professional-advice', 'Consejos Profesionales');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'other', 'Otro');

BusinessProfileEnquiry.constants = new Object();
BusinessProfileEnquiry.constants.SEND_COPY_TO_EMAIL = "Enviar Copia a mi E-mail »";
BusinessProfileEnquiry.constants.TITLE_ENQUIRY_REASON = "Cual es el motivo de tu contacto?";

BusinessProfileEnquiry.constants.BUTTON_VIEW_CONTACT_DETAILS = "Ver Datos de Contact »";
BusinessProfileEnquiry.constants.BUTTON_SEND_COPY_TO_EMAIL = "Envia una Copia a mi E-mail »";
BusinessProfileEnquiry.constants.LABEL_CONTACT_NUMBER = "Teléfono: ";
BusinessProfileEnquiry.constants.LABEL_CONTACT_EMAIL = "Casilla E-mail: ";
BusinessProfileEnquiry.constants.LABEL_WEB_SITE = "Sitio Web: ";
BusinessProfileEnquiry.constants.MAIL_SUBJECT = "Consulta de enbuenosaires.com";
BusinessProfileEnquiry.constants.MAIL_BODY = ",\n\n Vi sus datos en el sitio web - enbuenosaires.com:\n\n";

