One way to do this would be to only add items to the 2nd dropdown list
after (and depending upon) the selection from the 1st dropdown list.
Using Javascript to find the selected item (selectedIndex) then using
addItem to only populate the 2nd dropdown with the items you want to
appear there for selection.