function setHeight(){
		document.getElementById('autoHeight').height = document.getElementById('autoHeight').contentWindow.document.body.offsetHeight;
		document.getElementById('autoHeight').height = document.getElementById('autoHeight').contentWindow.document.body.scrollHeight;
}
