// JavaScript Document
function click() {
if (event.button==2) {
alert(' Sorry the information and pictures on this web site are the copyright of Gibbs Guides');
}
}
document.onmousedown=click