function click() {
if (event.button==2) {
alert('© BUREBA EBRO  2005-2010' );
}
}
document.onmousedown=click
