Well unfortunately it's not as easy task, as one might think, because it involves changes via javascript.
One way is to investigate this library: /index.php?app=core&module=attach§ion=attach&attach_id=378
and the function get_js() [line 168].
This might give you a clue how you change the values of the dropdowns.
The other way is to have a model (or any function) that holds the data of the dropdown and then via an ajax call you change the contents of the dropdown. But this also will end up using some of the code that I pointed on the previous one.