$(function()
{
	/*if($('#maintable').height() < $(window).height())
		$('#maintable').css('height', $(window).height() + 'px');*/
})