
function click() {

if (event.button==2) {

alert('Images are the property of Millennium Telecom Group and are not available for download')

}

}

document.onmousedown=click
