<!--
function klick() {
if (event.button==2) {
alert('Sail & Surf am Balaton')
}
}
document.onmousedown=klick

// -->