//fenster oeffnen fuer info-popup
var popup
function infoPopup (htmldoc,windowname) {
	if (popup && popup.closed != true) {
			window.popup.close();
		}			popup=window.open(htmldoc,"popup","toolbar=no,location=\'Users\',directories=no,status=no,resizable=yes,copyhistory=no,menubar=no,scrollbars=yes,width=406,height=520,left=310,top=165");
		
		if (popup && !popup.creator) {
			popup.creator=self;
		}
		if (window.focus) {
			popup.focus();
		}
	}
var popup
function baxiPopup (htmldoc,windowname) {
	if (popup && popup.closed != true) {
			window.popup.close();
		}			popup=window.open(htmldoc,"popup","toolbar=no,location=\'Users\',directories=no,status=no,resizable=yes,copyhistory=no,menubar=no,scrollbars=yes,width=616,height=520,left=310,top=165");
		
		if (popup && !popup.creator) {
			popup.creator=self;
		}
		if (window.focus) {
			popup.focus();
		}
	}