function select_stlpl(id_stlplnr){
//	alert('id: '+id_stlplnr);
//	document.getElementById("fieldset_fehler").style.display='';
//	document.getElementById("id_sc_code").style.display='';
	document.getElementById("id_sc_code").focus();
}
function stoerung_set_ka(set_ka){
	switch(set_ka){
		case "sc_code":
				document.getElementById("id_sc_code").value='k.A.';
				document.getElementById("id_fehler_beschreibung").focus();
			break;
	}
}
function show_stoerung(url){
	fenster_neue_stoerung = window.open(url, "incoming_message", "width=500,height=595,left=0,top=0,location=no,status=no,resizable=no");
	fenster_neue_stoerung.focus();
}
function print_stoerung(){
	alert("Huhu");
}