function sh(player_id)
{
	$.colorbox({width:"50%",maxHeight:"90%", height:"60%", href:"spillerstat.inc.php?spillerid="+player_id});

}
function sh2(player_id, matchid)
{
	$.colorbox({width:"50%",maxHeight:"90%", height:"60%", href:"spillerstat.inc.php?spillerid="+player_id+"&komfra="+matchid});

}
   
