function visualizzaRisultatiSudoku(){
	location.href="index.jsp?pagina=visualizzaClassificaSudoku.jsp";
}

function visualizzaSudokuCompleto(){
	document.getElementById("sudokuCompleto").style.display="inline";
	document.getElementById("sudokuIncompleto").style.display="inline";
	document.getElementById("sudokuCompleto").width="48%";
	document.getElementById("sudokuCompleto").height="50%";
	document.getElementById("sudokuIncompleto").width="48%";
	document.getElementById("sudokuIncompleto").height="50%";
}