function click() {
if (event.button==2) {
alert('Torbel ©2010')
}
}
document.onmousedown=click

