function popup (breite, hoehe, url) {
	window.open(url, "neu", "width=" + breite + ",height=" + hoehe + ",top=80,left=100,toolbar=no,location=no,directories=no,scrollbars=no,status=no,menubar=no,resizable=no").focus();
}
