actions.put("abbreviateIso", new AbbreviateAction(this, true));
actions.put("abbreviateMedline", new AbbreviateAction(this, false));
actions.put("unabbreviate", new UnabbreviateAction(this));
actions.put("autoSetPdf", new AutoSetExternalFileForEntries(this, "pdf"));
actions.put("autoSetPs", new AutoSetExternalFileForEntries(this, "ps"));
actions.put("autoSetFile", new SynchronizeFileField(this));
actions.put("upgradeLinks", new UpgradeExternalLinks(this));
actions.put("back", new BaseAction() {
public void action() throws Throwable {
back();