<!--
function goToCup()
{
	if (document.germanCup.cup.selectedIndex ==0)
	{
		alert("Please select a Cup Year");	
	}	
	if (document.germanCup.cup.selectedIndex ==1)
	{
		location.href = "vflpokal02-03.html"
	}
	if (document.germanCup.cup.selectedIndex ==2)
	{
		location.href = "vflpokal01-02.html"
	}
	if (document.germanCup.cup.selectedIndex ==3)
	{
		location.href = "vflpokal00-01.html"
	}
	if (document.germanCup.cup.selectedIndex ==4)
	{
		location.href = "vflpokal99-00.html"
	}
	if (document.germanCup.cup.selectedIndex ==5)
	{
		location.href = "vflpokal98-99.html"
	}
	if (document.germanCup.cup.selectedIndex ==6)
	{
		location.href = "vflpokal97-98.html"
	}
	if (document.germanCup.cup.selectedIndex ==7)
	{
		location.href = "vflpokalprev.html"
	}
	if (document.germanCup.cup.selectedIndex ==8)
	{
		location.href = "vflpokal.html"
	}
	
}

function options()
{
document.write("<OPTION>&nbsp;</OPTION><OPTION>2002-2003</OPTION><OPTION>2001-2002</OPTION><OPTION>2000-2001</OPTION><OPTION>1999-2000</OPTION><OPTION>1998-1999</OPTION><OPTION>1997-1998</OPTION><OPTION>PREVIOUS</OPTION><OPTION>CUP HOME</OPTION>")
}

function optionsi()
{
document.write("<OPTION>&nbsp;</OPTION><OPTION>2002-2003</OPTION><OPTION>2001-2002</OPTION><OPTION>2000-2001</OPTION><OPTION>1999-2000</OPTION><OPTION>1998-1999</OPTION><OPTION>1997-1998</OPTION><OPTION>PREVIOUS</OPTION>")
}
//-->