function click() { if (event.button==2) { alert('(C) Ing. Büro Henrich'); } } document.onmousedown=click;
