bgneal@425: function tabMasterCheckClick(box, name) { bgneal@731: var state = $(box).prop('checked'); bgneal@425: $('input[name="' + name + '"]').each(function() { bgneal@425: this.checked = state; bgneal@425: }); bgneal@425: } bgneal@425: bgneal@806: function bulkMsgAction(action) { bgneal@806: return confirm("Really " + action + " checked messages?"); bgneal@425: return false; bgneal@425: }