function auth_form() {
	window.scrollTo(0,0);
	document.getElementById('auth_form').style.display='block'; 
	document.getElementById('login').focus(); 
	return false;
}