﻿function MatchContentWrappersHeight(mainContentWrapper, leftContentWrapper) {
    leftContentWrapper.style.height = mainContentWrapper.clientHeight + "px";
}
