function click()
{if (event.button==2)
{alert('Copyright 2005 by @CONSact s.n.c.')}}
document.onmousedown=click

