// More scripts at java-scripts.com function click() { if (event.button==2) { alert(' Peter Johns © Protected '); } } document.onmousedown=click // --> // -->