function click() {
if (event.button==2) {
alert('  2006 Copyright by PhDr. Ladislav Skacal')
}
}
document.onMouseDown=click
