function Rclick() {
   if (event.button == 2) {
      alert('Copyright: www.thailandbethere.com');
   }
}
document.onmousedown = Rclick;
