
function showteam( team_id )
	{
		window.location  = "default.asp?Option=101&m=2&Teamnummer=" + team_id + "";
		return false;		
	}

function shownews( cat )
	{
		window.location  = "default.asp?cat=" + cat + "";
		return false;		
	}
