function click(){if(event.button==2){alert('Copyright FICEB');}}
document.onmousedown=click
//--> 