function OpenWindow(strZiel, strName, intWidth){
		if ((document.formular.kartenpos.value != "") && (strName == "Auswahl2")) {
		  strZiel = document.formular.kartenpos.value;
		}
		Picker = window.open(strZiel, strName, 'width=850,height=750,scrollbars=no,resizable');
		}