function f_click(e) {
  if (e.button==2) { alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert!') } 
}
function body_oncontextmenu(){
  
  if (window.event.srcElement.tagName == "IMG") { 
    alert ("IMG")
//    return true;
  } else {
    alert ("Other")
    
//     return false;  
  }

}
// document.onmousedown = right;  