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