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