// JavaScript Document

	function goSetHeight() {
	  if (parent == window) return;
	  else parent.setIframeHeight('Content');
	}