function resizeIframe(newHeight) {
alert(newHeight);
  var frame = getElement("reiframe");
  frame.height = newHeight;
}
