goSetHeight = function() {
  if ( parent == window ) {
    return;
  } else { // arg: id of iframe element this doc is to be loaded into
    parent.setIframeHeight( 'subs' );
  }
}
