function QuickJump(Formular) {
var Element = Formular.Ziel.selectedIndex;
if (Formular.Ziel.options[Element].value != 0) {
location = Formular.Ziel.options[Element].value;
}
}
