Sub menu_FSCommand( ByVal command, ByVal args )
        Call menu_DoFSCommand( command, args )
End Sub

Sub bratz_FSCommand( ByVal command, ByVal args )
        Call bratz_DoFSCommand( command, args )
End Sub
