/******** 38017 internalID:MzgwMTcx *********/

$(document).ready(function(){
  $("#showButton").click(function(){
    $("#Balances").toggleClass("showMoreInformation");
    $("#Balances").toggleClass("hideMoreInformation");
$(this).text($(this).text() == 'View more' ? 'View less' : 'View more');
  });
});/******** 38015 internalID:MzgwMTUx *********/

$(document).ready(function(){
  $("#showIncompleteFormsButton").click(function(){
    $("#incompleteForms").toggleClass("showMoreInformation");
    $("#incompleteForms").toggleClass("hideMoreInformation");
$(this).text($(this).text() == 'View more' ? 'View less' : 'View more');
  });
});