cssPath("styles");

function delete_all_but_first(obj) {
    o = $('option', obj)[0]
    obj.empty()
    obj.append(o)
}

