/**
 * @author Андрей Нечаев
 */
function mload() {

	$(function(){
	var div = $('#tabinfo');
	var tabl = $('#tabinfo').height();
	var hei =$(document).height();
	var newheight = hei-153;
	if (newheight>0)
		{
			div.css({height: newheight+"px"});
		}
	});
}
