﻿;SF.SETTINGS = 
{
   /***********************************
    *   jQuery UI datepicker defaults  *
    ***********************************/
    datePicker:
    {
        showOn: 'focus', // Show date picker if field or calendar image is clicked
        buttonImage: '/images/sf-mini-cali.png', // Image to use for calendar image
        dateFormat: 'dd\/mm\/yy', // Custom Australian date format
        buttonText: 'Choose date', // Alt and title text for calendar image
        buttonImageOnly: true // Don't set calendar image to display on button, use image only.
    }
};

SF.SETTINGS.LANG = 
{
	enquirySuccess: "Thank you. Your enquiry has been successfully sent."
}
