function click() {
if (event.button==2) {
alert('Larry Fina Landscapes')
}
}

document.onmousedown=click
