function fMudaTamanhoIframe(tamanho){
	document.getElementById('conteudo').height=document.getElementById('conteudo').contentWindow.document.body.scrollHeight;
}

