function showLeague(league_id, path)	{
	window.open(path+'supers/league_pop_up.php?&league_id='+league_id,'remote','width=560,innerWidth=560,height=600,innerHeight=600,resizable,scrollbars');
return;
}
