
function click( ) {
   if (event.button==2) {
      alert ("copyright 2006, Fabric Mart");
   }
}

document.onmousedown=click

