var mainCon=document.getElementById("MainCon").scrollHeight
var sidebar=document.getElementById("SubCon").scrollHeight
layoutHeight=Math.max(mainCon,sidebar)
document.getElementById("MainCon").style.height=layoutHeight+30+"px"
document.getElementById("SubCon").style.height=layoutHeight+30+"px"