if (navigator.appName == "Microsoft Internet Explorer") {
 function click() {
	 if (event.button==2) {
		 alert('Access Denied...');
	 }
 }
 document.onmousedown=click
 }
