function SetFrameHeight()
	if (parent.document.getElementsByName("ApplicationIFrame").length = 1) then
		parent.document.all.ApplicationIFrame.height = document.all.LastObject.offsetTop + 20
	end if
end function


