function finestra(pagina)
   {
   var a=window.open (pagina,'window1','toolbar=no,scrollbars=yes,width=680,height=510');
	a.focus();
   }