How to display a fraction of impluse response figures when using comand "osr"

Dear professor,
I use osr comand to compute the optimal simple monetary policy. I have 58 variables. So the impluse response figures of all 58 variables are displayed each time. But I just want 5 figures of them. So could you help tell me how to do for this destination?
Thank you very much!

fai_taoT_u = 0; fai_taoT_pi =0 ; fai_taoT_v = 0 ;
osr_params fai_taoT_u fai_taoT_pi fai_taoT_v ;
osr;

Write the names of the variables after the osr-command. For example:
osr y c invest

Proffer Jpfeifer, Thank you very much!