
function openschedagiocatore(idgiocatore) {

	var urlscheda
	if ( idgiocatore != "" )
		urlscheda = "schedagiocatore.asp?idgiocatore=" + idgiocatore;
		window.open(urlscheda,'SchedaGiocatore','width=150,height=300,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,channelmode=no');

}
