<!--//
function click() {
if (event.button==2) {
alert('To navigate this site, please follow the links on the left menu!');
}
}
document.onmousedown=click
//-->