function answer(replyto) {
	document.getElementById('inp_replyto').value = replyto;
	document.getElementById('txt_kommentar_antwort').value = '';
	document.getElementById('cnt_kommentar_antwort').style.display='block';
	document.getElementById('cnt_kommentar_antwort').scrollIntoView()
}
