function px_openWin(theURL,winName,features) {
	fenster = window.open(theURL,winName,features);
	fenster.focus();
}

