function logout()
{
	document.logoutform.submit();
}

function login()
{
	try
	{
		document.loginform.submit();
	}
	catch(e)
	{
		alert(e.description);
	}
}

function showHlp(thm)
{
	alert("Varsti siia tulevad abimaterjalid...\n" + thm);
}
