function show_login(){

	ClearInput('login', 'login_top');
	document.getElementById('login_top').focus();


}