function reshow_faxtrash()
{
    show_faxtrash()
}

function delete_all_fax_in_trash()
{
    if (confirm(prompt_msgs.confirmDeleteAllTrashFax)==false)
        return

    opts = {
        onComplete:reshow_faxtrash
    }
    MyUpdater('workArea','/diskfax/faxutil/delete_all_fax_in_trash',opts)
}

