
	function infowin(daLink,larghezza,lunghezza,posverticale,posorizontale,barra)
	{
        var helpWnd
        helpWnd = window.open(daLink,"infowin","status=no,scrollbars=1"+ barra +",location=no,menubar=no,width="+ larghezza +",height="+ lunghezza +",copyhistory=yes,resizable=0,top="+posverticale+",left="+posorizontale+",toolbar=0");
	}

