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

