function NewWin(my) {
	window.open(my, 'Comunicato', 'top=100,left=100,toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=680,height=480');
}


