<!-- 

  if (navigator.appName == "Microsoft Internet Explorer") {
     function click() {
     if (event.button==2) {alert('Sorry ! Please do not right click');    }   }   document.onmousedown=click }
//-->
