// JavaScript Document

function QuickJump1(Formular_sprache)
{
    var Element = Formular_sprache.Sprache.selectedIndex;
 
    if (Formular_sprache.Sprache.options[Element].value != 0) 
    {
        location = Formular_sprache.Sprache.options[Element].value;
    }   
}
//-->
