function confirmation()
{
	var conf = confirm("Vill du ta bort användaren?");
	if(conf){ return true;}
	else{ return false;}
}