jQuery(document).ready(function() {var windowHeight = $(window).height();
var blockHeight = windowHeight - 181;
$('#mh').attr('style', 'min-height: '+blockHeight+'px; _height: '+blockHeight+'px;');
});