function noRightClick() {
if (event.button==2) {
alert('Copyright © 1997.-2005. Orca-Sport d.o.o.')
}
}
document.onmousedown=noRightClick