function Finestra(urlpagina) {
	var popup = window.open(urlpagina, 'Pastine', 'top=150, left=100, width=530, height=400, status=yes, menubar=no,resizable=1,toolbar=no,scrollbars=1');
	popup.window.focus();
}
