window.onload = function() {
      setHeightContentDivs();
}

window.onresize = function() {
      setHeightContentDivs();
}




