/* 
function click() {
if (event.button==2) {
alert('Prosimy nie kopiowac!');
}
}
document.onmousedown=click
*/
