/* auteur: Olivier Rixhon */
/* Date de création: 24/10/2002 */


<!-- "Copyright by Rix" -->

function non(clic) {
var msg="Vous souhaitez des informations complémentaires ? \n Envoyez-moi un message sur : info@assefisc.com \n \n Pour IMPRIMER tout ou une partie de ce document, \n sélectionnez la zone à imprimer avec la souris,\n puis copiez-collez la dans un traitement de texte \n ou un tableur !";
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(msg);
return false;}
else
if ((navigator.appName == 'Microsoft Internet Explorer' && event.button==2) | (navigator.appName == 'Microsoft Internet Explorer' && event.button==3)) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = non;
// fin -->

<!-- FIN DE "Copyright by Rix" -->
