function resizeFrame(f) {
	var s;
	s = 100;
	f.style.height = s;
	s = f.contentWindow.document.body.scrollHeight +60+ "px";
	f.style.height = s;
}
