<!--
function Dropdown(Formular)
{
var Element = Formular.Ziel.selectedIndex;

if (Formular.Ziel.options[Element].value != 0)
{
self.location.href = Formular.Ziel.options[Element].value;
}
}
//-->