
//		ASP and Workup Mikael Fridholm, http://www.fridholm.se/micke/
//		© COPYRIGHT 2006 	
//		All rights reserved.	

function fokusinfoLogin() 
{
	document.infoLogin.epost.select()
}

function loginfokusLogin() 
{
	document.InLogg.Login.select()
}

function loginfokusPwd() 
{
	document.InLogg.Password.select()
}

function kontrollera() 
{
	if (document.InLogg.Login.value == "")
	{
	alert("Du har ej angett ett Namn (Förnamn Efternamn)!")
	return false
	}
	if (document.InLogg.Password.value == "")
	{
	alert("Du har ej angett ett Password!")
	return false
	}
}
