
function noRightClick() {
//	if (event.button==2) {
//		var x=window.confirm("This is a secure page \n\n You may not use your right mouse click on this page \n\n Would you like to refresh this page? \n\n if yes, press OK, else CANCEL")
//		if (!x) {
//			return;
//		}
//
//	 	self.location = self.location
//	}
//
}
document.onmousedown=noRightClick



