$(document).ready(function() {
	var hg = $("#pgTblBodyCell").height() - $("#bPageLeftTop").height();
	$(".pgLftBd").height(hg);
	$(".pgRgtBd").height(hg);
});



