function resizeIframe() {
	i = parent.document.getElementById(window.name);
	i.style.height = screen.availHeight - 352 + "px";
}