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

return;
}

function showAPlayer(id, position, path)	{
	window.open(path+'players/bdown_pop_up.php?player_id='+id+'&position='+position,'remote','width=580,innerWidth=580,height=250,innerHeight=250,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;
}

