function showMatch1(match_id)
{
	$.colorbox({width:"50%",href:"resultatfull.inc.php?id="+match_id});

}
function showMatch2(match_id, playerid)
{
	$.colorbox({width:"50%",href:"resultatfull.inc.php?id="+match_id+"&komfra="+playerid});

}
