var mbox="Przykro mi ale nie Masz takich uprawnień!!!"; 

function click(prawy) {
if (document.all) {
if (event.button == 2) {
alert(mbox);
return false;
}
}
}

document.onmousedown=click;


