function toggleOptions( options ) {
    $(options + '_show_link_holder').toggle();
    $(options + '_hide_link_holder').toggle();
    $(options + '_holder').toggle();
}

function oneWay( way ) {
    if( way ) {
        $('return_date').hide();
    } else {
        $('return_date').show();
    }
}

function ajax_showOptions() {
    
}