jqConfirmDelete = function(event){if(!confirm("Do you really want to proceed?")){event.preventDefault();}};
jqCheckAll = function(elemselector,truthvalue){$(elemselector).each(function(){$(this).attr('checked', truthvalue); })};
