function nastav_vysku()
{
  document.getElementById('main_table').style.height=(document.documentElement.clientHeight-105)+"px";
}

