Amazingly, the <option> element accepts a title attribute! You would
probably need to extend ListBox and overload the add and insert
methods to include an argument which would be used by set the title.
I would say though, on a stylistic note, that this is taking the
ListBox a bit far, and you might be better working with a table of
some sort.
Walden