function abfrage(titel){
	var msg = confirmMSG.replace(/<text>/, titel);
	return confirm(msg);
}