
	function click() {
		if (event.button==2) {
			alert ('Este boton esta desabilitado.')
		}
	}
	document.onmousedown=click

