Combobox component help

HEy all,

I was wondering how many columns of data a flash combobox can have.

Explanation:

I want to associate a “name”, “date1”, and “date 2” into a combobox.
Where the dates would be data, and name would be a label.
I know how to call tha label and data like so.

combobox.getSelectedItem().label 
combobox.getSelectedItem().data

Is there any way to have more than one “data field” for each label?

Is something like this possible:

combobox.addItem(ComboSites,ComboURLs*, *ComboEnds*) ;

Any help or input is really appreciated.

Thanks,
Limitlis