Sub botonera_FSCommand(ByVal command, ByVal args)
    call botonera_DoFSCommand(command, args)
end sub

Sub centro_FSCommand(ByVal command, ByVal args)
    call centro_DoFSCommand(command, args)
end sub

Sub centrohome_FSCommand(ByVal command, ByVal args)
    call centrohome_DoFSCommand(command, args)
end sub

Sub intro_FSCommand(ByVal command, ByVal args)
    call intro_DoFSCommand(command, args)
end sub
