<!--
function NewWindow(source_page, win_titel, win_width, win_hight) {
	window.open(
			source_page,
			win_titel,
			"width="+win_width+",height="+win_hight+",status=yes,resize=yes,menubar=no,scrollbars=yes")
}
