function setCellHeight(add)
{

	var cellHeight = document.getElementById('contentTable').clientHeight + add;
	document.images['leftColumn'].height = cellHeight;
	document.images['leftColumn'].width = 212;
	document.images['rightColumn'].height = cellHeight;
	document.images['rightColumn'].width = 23;

}
