function right(evnt) {

if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {

if (evnt.which >= 2){

alert("جميع الحقوق محفوظة لمجوهرات القدسي\n2006 © alkoudsi.com\n\n");

return false;

}

}

else

if (event.button>=2)

alert("جميع الحقوق محفوظة لمجوهرات القدسي\n2006 © alkoudsi.com\n\n");

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;


