
function noc()
{
if (event.button==2)
   {
   window.alert("Copyright© Cai Risskov Design");
   return false;
   }
return true;
}

document.onmousedown = noc;
