function inhabilitar(){
    alert ("This function is disqualified.\n\nPlease, sorry to bother you.")
    return false
}
document.oncontextmenu=inhabilitar;
