new KeywordTranslator("Keyboard",
"kbdtype", keyboardMap, this);
customProcessorList.add(keyboard);
// Model
DuplicateTranslator model = new DuplicateTranslator("Model",
"modelnum", "prodname", this);
customProcessorList.add(model);
// ScreenSize
DimensionTranslator screenSize =