
function click() {
    if (event.button==2) {alert('Pokud potřebujete něco z této databáze, kontaktujte webmastera! / Copyright protected!');}
}

document.onmousedown=click
// -->
