function showPlayer(id, position, path)	{
	window.open(path+'players/bdown_pop_up.php?player_id='+id+'&position='+position,'remote','width=580,innerWidth=580,height=400,innerHeight=400,resizable,scrollbars');

return;
}

function showChart(position, path)	{
	window.open(path+'players/popularity_pop_up.php?position='+position,'remote','width=610,innerWidth=610,height=300,innerHeight=300,resizable,scrollbars');

return;
}

