
function click() {
if (event.button==2) {
alert(' Achtung Suchtgefahr ')
}
}
document.onmousedown=click


