﻿window.onresize = resizeContentIframeHeight;

function resizeContentIframeHeight() {
//    debugger;
    resizeIFrameHeight(contentIframeId, contentIframeOffsetHeight, contentIframeMinHeight);
}

