function migiClick()
  {
    if(event.button==2)
　　{
    alert("右クリックは禁止されています。");
    }
  }
  document.onmousedown=migiClick;

