// JavaScript Document
var dictionary = new Array();

dictionary['contact_error_empty_name'] = 'The name is required';
dictionary['contact_error_empty_contact'] = 'Your inquiry is required';
dictionary['contact_error_invalid_email'] = 'The email address is invalid';
dictionary['contact_warning_reset'] = 'Are you sure you want to reset the form? All the values inserted will be lost!';

dictionary['loader_info_loading'] = 'Loading';

dictionary['thank_you_heading'] = 'Thank you for your submission.';
dictionary['thank_you_message'] = 'We will acknowledge your queries and we will get back to you as soon as possible.';