function authLogin(){
	if ($F('auth-login').match(/^[A-Za-z0-9]+$/g) && $F('auth-password').match(/[A-Za-z0-9]+/g)){
		$('auth-form').submit();
	}
}