function aprifinestra(URL, nome, opzioni) {

	var indiceFinestra=window.open(URL, nome, opzioni);

	indiceFinestra.focus();

}
