 function noClick()
 { 
 if(event.button == 2) 
 {
 alert('www.reves-enfants.fr');
 }
 }
 document.onmousedown=noClick;

