function noClick() {
if ((event.button==2)) {
alert('Copyright © Indo Vacations. All Rights Reserved ')
}
}
document.onmousedown=noClick
