function resizeTitle(theId, theSize){
  document.getElementById(theId).height = theSize + "px";
}