dog='@';
dom='yugmontag';

function setTrueHeight() { 
	trueheight = document.getElementById("tbl_content").offsetHeight-10; // здесь можно вставить любую функцию рассчитывающую высоту блока
document.getElementById("podmenu_fon").style.height = (trueheight) + "px"; 
}

