function doit()
{
    if (document.Sportart.sportart.selectedIndex > 1)
    {
        document.Sportart.submit();
    }
}
