function click(e)
{
  if (event)
  {
    if (event.button==2)
    {
      alert("All images used on this site are copyrighted to their respective companies.\nSource code and images are copyrighted. © Crafters Delight 2006")
    }
  }
}
document.onmousedown=click