function SetFrameHeight()
	if (parent.document.getElementsByName("ApplicationIFrame").length = 1) then
		parent.document.all.ApplicationIFrame.height = document.all.LastObject.offsetTop + 20
	end if
end function

sub sendToFriend()
	location.href="mailto:?subject=" & replace(parent.location.href,"&","%26")
end sub
