
 
function click() 
{ 
	if (event.button== 2 )
	{ 
		//alert( "Accion no permitida!" ); 
	} 
} 

document.onmousedown=click 
