//FUNZIONI A

function NvFin(string) {
 var targeturl = string;
 newwin=window.open('','','height=0,width=0,toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
 if (document.all){
  newwin.moveTo(0,0)
  newwin.resizeTo(screen.width,screen.height)
 }
 newwin.location=targeturl
}
