function BoutonDroit() 
{ 
if((event.button==2)||(event.button==3)||(event.button==4)) 
alert('Copyright © http//:www.conceptsderan.com'); 
} 
document.onmousedown=BoutonDroit; 
