
n = (document.layers) ? 1:0
ie = (document.all) ? 1:0
function nome(e){
if (ie && event.button==2) alert("Jeśli chcesz wykorzystać znajdujące się w galerii zdjęcia, skontaktuj się z autorem!");
if (n)  {if (e.which==3){ return false;}}}
document.onmousedown = nome;
if (n) document.captureEvents(Event.MOUSEDOWN);