﻿function menuElastico() {
    var nHeight = (document.getElementById("vociMenuSx").offsetHeight - 257);
    if (nHeight > 0) {
        document.getElementById("imgMenuSxCentro").style.height = nHeight + 'px';
    }
}
