



function Finestra1(daLink,larghezza,lunghezza,posverticale,posorizontale,barra)

{

        var helpWnd

        helpWnd = window.open

(daLink,"Finestra1","status=no,scrollbars="+ barra +",location=no,menubar=no,width="+ larghezza +",height="+ lunghezza +",copyhistory=yes,resizable=1,top="+posverticale+",left="+posorizontale+",toolbar=0");

}




