function resumInputs(rowname){
    var sum = 0;

    $('.denom').each(function(){
        denom = $(this).val();