﻿function   stop()  
  {
  return   false;  
  }  
  document.oncontextmenu=stop; 
