// Авторизация

function auth() 
{
	var aform = document.getElementById('authForm');
	aform.submit();
	return false;
}
