	function hide_password_sent() {
	document.getElementById('password_sent').style.display = 'none';
	document.documentElement.style.overflowX = 'scroll';	 // horizontal scrollbar will be shown
    document.documentElement.style.overflowY = 'scroll';	 // vertical scrollbar will be shown
	}

