function resize_content() {

	i = parent.document.getElementById(window.name)
	iHeight = document.body.scrollHeight
	i.style.height = iHeight + 0 + 'px'
	i.style.width = 695
}