
function show_doc(dokument) {
	hilfe = window.open(dokument, "show_doc", "scrollbars=yes,resizable=yes,status=yes,copyhistory,height=550,width=900,top=40,left=40,");
	hilfe.focus()
	return false;
}