BusinessProfileEnquiry.options = new Array();
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'property-sale', 'Property Sale');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'property-purchase', 'Property Purchase');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'professional-advice', 'Professional Advice');
BusinessProfileEnquiry.options[BusinessProfileEnquiry.options.length] = new Checkbox('bpeq_options', 'other', 'Other');

BusinessProfileEnquiry.constants = new Object();
BusinessProfileEnquiry.constants.SEND_COPY_TO_EMAIL = "Send Copy to my Email »";
BusinessProfileEnquiry.constants.TITLE_ENQUIRY_REASON = "What will you contact them about?";
BusinessProfileEnquiry.constants.BUTTON_VIEW_CONTACT_DETAILS = "View Contact Details »";
BusinessProfileEnquiry.constants.BUTTON_SEND_COPY_TO_EMAIL = "Send a Copy to my Email »";
BusinessProfileEnquiry.constants.LABEL_CONTACT_NUMBER = "Telephone Email: ";
BusinessProfileEnquiry.constants.LABEL_CONTACT_EMAIL = "Email Address: ";
BusinessProfileEnquiry.constants.LABEL_WEB_SITE = "Web Site: ";
BusinessProfileEnquiry.constants.MAIL_SUBJECT = "Enquiry from enbuenosaires.com";
BusinessProfileEnquiry.constants.MAIL_BODY = ",\n\n I Saw your details on enbuenosaires.com:\n\n";

