function getAutoHeight() { var height = $("body").height() - $('#toolbar_title').height() - 12; return height; }
$(window).resize(function() { height = getAutoHeight(); });