function adjustHeight() {
	var the_height = document.getElementById('dynamiccontent').contentWindow.document.body.scrollHeight;
	document.getElementById('dynamiccontent').height = the_height + 50;
}
