var message="У Мышки отсутствует правая лапка, возможно\nона откушена устройством Кошка, нажмите\nCtrl+Alt+Del 8 раз, отключите устройство Кошка\nи попробуйте ещё раз 8-)";
  function click(e) {if (document.all){if (event.button == 2){alert(message);return false;}}if (document.layers) {if (e.which == 3)
  {alert(message);return false;}}}if (document.layers){document.captureEvents(Event.MouseDown);}document.onmousedown=click; 