/*
  http://bangka.twentyonesoft.net/
  Copyright © 2001 TwentyÖneSoft. All rights reserved.
*/

function click() {
  if (event.button == 2) {
    alert("Copyright © 2001-2005 TwentyÖneSoft. All rights reserved.");
  }
}

document.onmousedown = click