lock_right.js
function lock_right(){
document.oncontextmenu=new Function(" return false;");
}
