;ET.SETTINGS = 
{
    /*************************************************** 
    *  Online Direct Number for domestic enquiry       *
    ****************************************************/ 
    onlineDirectNumber: '1800 877 528',
	
	/**********************************
    *   Random footer image display   *
    **********************************/
    numFooterImages: 63, // Code chooses random number between 1 and this upper limit
    footerImageBaseUrl: '/cms_images/web_images/content-images/footer/', // Path to footer images
    
    
    /****************************************************
    *   Default config variables when using SWFObject   *
    ****************************************************/
    flashVars: 
    {
        expressInstall: '/new-media/javascript/swfobject/expressInstall.swf', // Trigger expressInstall by default
        minVersion: '9.0.0' // Minimum Flash Player version to target
    },
    
    
    /***********************************
    *   jQuery UI datepicker defaults  *
    ***********************************/
    datePicker:
    {
        showOn: 'both', // Show date picker if field or calendar image is clicked
        buttonImage: '/images/form/cal.gif', // 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
    },
    
    
    /**********************
    *   Language Srings   *
    **********************/
    LANG: 
    {
        enquirySuccess: 'Your enquiry has been sent and a staff member will be in contact with you shortly.',
        enquiryFailure: 'We were unable to send your enquiry at this time. Please contact us directly via our contact page.',
        
        franchiseEnquirySuccess: 'Thank you for your interest in becoming an Escape Travel Franchisee. We will be in touch with you within 3 business days to discuss your enquiry.',
        franchiseEnquiryFailure: 'We were unable to send your franchise application enquiry at this time. Please contact us directly via our contact page.',
        
        giftCardEnquirySuccess: 'Your corporate gift card enquiry has been sent and a staff member will be in contact with you shortly.',
        giftCardEnquiryFailure: 'We were unable to send your corporate gift card enquiry at this time. Please contact us directly via our contact page.',
        
        sendFriendSuccess: 'Thank you, your email has been sent.',
        sendFriendFailure: 'Sorry, your email was unable to be sent at this time. Please try again later.',
        
        feedbackSuccess: 'Your feedback has been sent.',
        feedbackFailure: 'We were unable to send your feedback at this time. Please contact us directly via our contact page.',
        
        aroundWorldSuccess: 'Your Round the World enquiry has been sent.',
        aroundWorldFailure: 'We were unable to send your Round the World enquiry at this time. Please contact us directly via our contact page.'
    },
    
    
    /************************
    *   Settings for GIMP   *
    ************************/
    GIMP: 
    {
        baseUrl: '/sendEnquiry?',
        brand: 'ET',
        forwardUrl: '/company/contact-us/enquiry-success',
        failUrl: '/company/contact-us/enquiry-failure',
        ignoreFields: ['failUrl', 'forwardUrl']
    },
    
    
    /**************************
    *   Settings for Mailer   *
    **************************/
    MAILER: 
    {
        baseUrl: '/mailer?',
        EMAIL_CC: '',
        EMAIL_BCC: '',
        EMAIL_SUBJECT: 'Send to a Friend',
        EMAIL_SUCCESS_URL: '/company/contact-us/send-friend-email-sent',
        EMAIL_FAIL_URL: '/company/contact-us/send-friend-email-not-sent',
        EMAIL_TEMPLATE: 'escape-travel/global/emails-html/generic-send-friend'   
    }
};
