function resizeIframeHeight(nHeight) {
	var iframe = document.getElementById('myframe');
	iframe.setAttribute('height', nHeight);
}