// JavaScript Document
// Firefox worked fine. Internet Explorer shows scrollbar because of frameborder
function resizeFrame(f) {
	f.style.height = f.contentWindow.document.body.scrollHeight + "px";
}
