$(document).ready( function() {
    $(".searchButton").hover(
        function() {
            $(this).css("color", "#fff");
        },
        function() {
            $(this).css("color", "#ccc");
        }
    );
} );


function scrollToTop()
{
    scroll(0,0);
}

function onAfterShowSumRow() {}
