function click() 
{
 if (event.button==2) 
 {
  alert('Derechos Reservados 2006 Arcuch y Cia. Ltda.');
 }
}
document.onmousedown=click
