/*
function non(clic) 
{var msg = null;
if ((navigator.appName == 'Microsoft Internet Explorer' && event.button==2) | (navigator.appName == 'Microsoft Internet Explorer' && event.button==3)) 
{msg = 'Toute reproduction strictement INTERDITE.\nReproduction strictly forbidden, all rights reserved.\n\nLe webmestre / The webmaster.\nWebmaster@SileFX.com';alert(msg);return false;}
return true;}
document.onmousedown=non;

function optionDesactivee(){
msg = 'Toute reproduction strictement INTERDITE.\nReproduction strictly forbidden, all rights reserved.\n\nLe webmestre / The webmaster.\nWebmaster@SileFX.com';
alert(msg);
 return false;
}
 
//pour empecher le drag des images
document.ondragstart=optionDesactivee;

function selection(e)
{ return false; }
function clic()
{ return true; } 

document.onselectstart=new Function ("return false");
if (window.sidebar) {
  document.onmousedown=selection;
  document.onclick=clic;
 }


<!-- Debut
// Pour interdire la selection du texte
function selection(e)
{ return false; }
function clic()
{ return true; } 

document.onselectstart=new Function ("return false");
if (window.sidebar) {
  document.onmousedown=selection;
  document.onclick=clic;
 }

// fin du script -->
*/
