function goSetHeight() 
{
  if (parent == window) return;
  else parent.setIframeHeight();
}

