function click() {
if (event.button==2) {
alert('What are you trying to do!')
alert('Download Something?')
alert('Ask Sam about that.')
}
}
document.onmousedown=click
