function changeHeight(hgt){
  document.getElementById('forumFrame').style.height = hgt + "px";
}
