﻿function imgHeight2()
{
var magassag = document.getElementById('oldalmagas').offsetHeight;
document.getElementById('cell').height = magassag - 20;


}

