function click() {

if (event.button==2) {

alert('Sorry, this function is disabled. Maps can only be viewed, no downloading. Any queries, e-mail the webmaster: webmaster@places.co.za')

}

}

document.onmousedown=click
