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

