document.onmousedown=RightMouseClick;
function RightMouseClick()
{if (event.button==2) alert('Copyright Bussard 2003');}
