$(function() {
  Context = {
    configurator_form: $('#configurator_form'),
    monthly_payment_items: $('#monthly_payment_items'),
    one_time_payment_items: $('#one_time_payment_items'),
    all_sections: ['office_users', 'shared_spaces', 'local_numbers', 'toll_free_numbers', 'office_locations', 'softphones', 'exec_phones', 'standard_phones', 'economy_phones', 'conference_phones'],
    office_users: $('#office_users'),
    shared_spaces: $('#shared_spaces'),
    local_numbers: $('#local_numbers'),
    toll_free_numbers: $('#toll_free_numbers'),
    office_locations: $('#office_locations'),
    softphones: $('#softphones'),
    exec_phones: $('#exec_phones'),
    standard_phones: $('#standard_phones'),
    economy_phones: $('#economy_phones'),
    conference_phones: $('#conference_phones')
  }
});