function protecao ()
{
 
  if (event.button == 2)
     {
     window.alert("© Geobra Brandstätter GmbH & Co. KG, Zirndorf, República da Alemanha.");
     }

}

  if (document.all)
     {
     document.onmousedown = protecao
     }

