<!--
function click() {
if (event.button==2) {
 alert('Right Click Option Not Available!');
 }
  }
 document.onmousedown=click
// -->