function click()
  {
  if (event.button==0)
    {
    alert("Copyright Stormsoft");
    }
  }
document.onmousedown=click

