
/* - autoHeight.js - */
// http://www.gronavikjo.no/portal_javascripts/autoHeight.js?original=1
function fixHeight(){var outerContent=parseInt(document.getElementById("portal-column-content").offsetHeight);var content=document.getElementById("content");if(outerContent>parseInt(content.offsetHeight)){content.style.height=outerContent-50+'px'}}

