﻿function windowSize()
{
    var myWidth = $(document).width();
    var myHeight = $(document).height();
    $('#DivMasterFadeBackground, #IFrameMasterFadeBackground"').width(myWidth + 'px').height(myHeight + 'px');
}
//function called from WBValidationSummary.cs
//also on document load and window.resize