// JavaScript Document
document.oncontextmenu = function(){
     return false;
}
document.onselectstart = function(){
     return false;
}
/*document.onmousedown = function(){
     return false;
}*/

