

function wechselfrage(Seite)
{
	var Antwort = confirm("Möchten Sie wirklich löschen?");
	if(Antwort == true){
		location.href = Seite;
	}
}
