// Replace the given select with the lov list for the parent_l_id
function update_lov_dropdown (select_id, select_name, parent_l_id) {
    $('#' + select_id).load('/index.php/lovs/ajax_select/' + select_name + '/' + parent_l_id);
}
