function apriPopup(nome, titolo, lar, alt, feat){
	window.open(nome, titolo, 'width=' + lar + ',height=' + alt + ',' + feat);
}