function getAbfrageData(formular){
	var idList = formular.newlang.value;
	//alert(idList);
	window.location.href=idList;
}
