
<!-- Begin
function click() {
if (event.button==2) {
alert('C.R.A.F.T. - Contact us for support!!!')
}
}
document.onmousedown=click
// End -->

