function resizeIframe() {

	i = parent.document.getElementById(window.name)
	iHeight = document.body.scrollHeight
	i.style.height = iHeight + 15 + 'px'
	i.style.width = 585
}

function resizeIframeAcesso() {

	x = parent.document.getElementById(window.name)
	xHeight = document.body.scrollHeight
	x.style.height = xHeight + 15 + 'px'
	x.style.width = 122
}