

function click() { if (event.button==2) { alert('Copyright 2006 Granitworld.de'); }} document.onmousedown=click // --> 
