function areyousure(redirect){
	var answer = confirm("Biztos vagy benne, hogy törlöd?")
	if (answer){
		window.location = redirect;
	}
}
