function calcHeight(page){
  var the_height=document.getElementById(page).contentWindow.document.body.scrollHeight;
  document.getElementById(page).height=the_height + 30;
}
