
<!-- BEGIN NO RIGHT CLICK

function noRightClick() {
if (event.button==2) {
alert('Все права защищены. ООО "Даурия"')
}
}
document.onmousedown=noRightClick


//  END NO RIGHT CLICK -->
