/* This is linked to from the head of the actual iframe content page */

function goSetHeight() {
  if (parent == window) return true;
  else parent.setIframeHeight('ifrm');
	return true;
}
