$(document).ready(function() {
/*$("#myTable").tablesorter({
headers: {
1: {
sorter: false
},
3: {
}
}); */
});
function deleteRow(num) {
$("#Row"+num).fadeOut("slow");