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