Views: How show filterN2 only when user select something in filterN1?

Events happening in the community are now at Drupal community events on www.drupal.org.
tamburine's picture

Hello, All!
After creating new type of content (named "Airplane") with new fields (named "EngineType", "Speed") - I added to website 5-6 pages of recently created contenttype-Airplane (of course with filling my-own created fields).
Then I created new View (named "customAirPlanes") and add to this View - two exposed filter:
Content: EngineType (exposed filter)
Content: Speed (exposed filter)

Both of this exposed filters exist at the same time on customAirPlanes-View-result page.
But how show filterSpeed only when user select something in filterEngine?

May be can helps HS module? I installed it into my website, but the exposed filters (their content filling from my-own-created fields) seems not give settings connected with my question.
Thank you very much!