function showTeam(team_id, path)	{
	window.open(path+'teams/team_pop_up.php?team_id='+team_id,'remote','width=570,innerWidth=570,height=610,innerHeight=610,resizable,scrollbars');
return;
}
