function twNeowin(sUrl,sNom,nLargeur,nHauteur,sTexte,sTitre){var sOptions = 'width='+nLargeur+',height='+nHauteur+',scrollbars=no,resizable=no';if (sUrl) {oNeoPop=window.open(sUrl,sNom,sOptions);} else {oNeoPop=window.open('about:blank',sNom,sOptions);}if(oNeoPop.window.focus){oNeoPop.window.focus();}}// JavaScript Document