_('cmd_' + ctr).onclick = function () {
      t.key = 'div_' + ctr;
      t.cmd = prompt();
      t.update();
    };