﻿//	----------------------------------------------
//	Increases side of edit panel (side edit panel)
//	----------------------------------------------
var panel = $('#MSOTlPn_Tbl').height();
var wHeight = $(window).height();
if (wHeight > panel) {
	wHeight = wHeight -240;
	$('#MSOTlPn_Tbl').css("height",wHeight );
}



