function confirmDelete(msg,shref) { 
	if (confirm(msg)) {	document.location.href = "index.php?stranka="+shref; }
}

function href(shref){ 
	document.location.href = "index.php?stranka="+shref; 
}

function openWin(matchID,playerID){
	document.location.href="index.php?stranka=edit_match.php&matchID=" + ID + "&playerID=" + playerID;
}

