
function openTeam() {
	var team=document.teamsNav.teams.options[document.teamsNav.teams.selectedIndex].value;
	if (team!='#') 
		window.location='/fantasy/football/nfl/team_reports/2006/teams'+team;
}

function openTeam2() {
	var team=document.teamsNav2.teams2.options[document.teamsNav2.teams2.selectedIndex].value;
	if (team!='#') 
		window.location='/fantasy/football/nfl/team_reports/2006/teams'+team;
}