// JavaScript Document
function git(adres){
window.location.href=adres;

}

function click() {
if (event.button==2) {
alert('Sorry, the COPY function is disabled.')
}
}

document.onmousedown=click
