function click(){
 if(event.button==2){alert('(C) NEJAD 2008')}
}
function dtr(){
 if(document.images){for(i=0;i<document.images.length;i++){document.images[i].onmousedown=click}
}
}
onload=dtr

//  document..onmousedown=click
//document.oncontextmenu=new Function("event.returnValue=false;alert('Copyright (C) NEJAD 2007')");
//document.onselectstart=new Function("event.returnValue=false"); // - DO NOT COPY Without Permission!
  
//function right(e){var msg="(C) NEJAD 2008";
//if(event.button==2){alert(msg);return false}
//else return true}
//function dtr(){if(document.images){for(i=0;i<document.images.length;i++)
//  {document.images[i].onmousedown=right;document.images[i].onmouseup=right}}
//}onload=dtr


