function POPUP(indirizzo, nome, larghezza,altezza,left,top,titlebar,toolbar,resizable,scrollbars) 
{
var pSettings = "width="+larghezza+",height="+altezza+",left="+left+",top="+top+",titlebar="+titlebar+",toolbar="+toolbar+",resizable="+resizable+",scrollbars="+scrollbars;

var l = open(indirizzo, nome,pSettings);}
