function twNeowin(nUrl,nNom,w,h,nScroll){
  // Script gratuit des Trucsweb.com
  var winl = (screen.width) ? ((screen.width-w)/2) - 350: 0;
  var wint = (screen.height) ? ((screen.height-h)/2) - 48 : 0;
  var options = 'width=220,height=320,top='+wint+',left='+winl+',scrollbars='+nScroll+',resizable=yes,toolbar=no,location=no,status=no';

  neo=window.open(nUrl,nNom,options);

  if(neo.window.focus){neo.window.focus();}
}
