



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

{

        var helpWnd

        helpWnd = window.open

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

}




