
    function derecha(e) 
    {
	    return false;
    }


document.onmousedown=derecha;
document.oncontextmenu=derecha;
document.onkeydown=derecha;
