function helpWindow(anker) {
	     witdh = 200;
	     height =  300;
	     var popup = window.open("../konfigurationshilfe"+anker,
                               "Hilfe", 
                               "width=350, height=400, dependent=0, toolbar=0, locationbar=0, location=0, directories=0, status=1, menubar=0, scrollbars=1, resizable=1");
       popup.moveTo(5, 5);
       popup.focus();

}
