function ab()
{
	sh = $(document).height();
	bh = $('#bottom').offset();
	eh = sh-bh.top;
	if(eh<150) eh = 150;
	$('#bottom').height(eh);
}


