function click() {
if (event.button==2) {
alert('Bitte beachten Sie das Copright dieser Seiten!\nPlease take care of the copyright on this pages!\nCopyright by Ludwig Audio (c)2003')
}
}
document.onmousedown=click
