﻿// Grid show/hide function for Value row
function showhide() {
    $('tr.SubWeight').toggle();
}

