My webpage allows the user to select an option from a combo box. The options of this combo box are All, Name, Position and Year. How do I make another combo box visible once the user has selected either the Name, Position or Year option from the first combo box? (note: When the user clicks on the All option, I do not have to display another combo box.)

Any help will greatly be appreciated!