<!--
function click() {
  if (event.button==2)
  {
    alert('Copyright © 2010 Groveko B.V.')
  }

  if (event.button==3)
  {
    alert('Copyright © 2010 Groveko B.V.')
  }
}
document.onmousedown=click

//-->