<!-- 
On error resume next
 

Sub boton_FSCommand(ByVal command, ByVal args)
    call boton_DoFSCommand(command, args)
end sub

Sub boton2_FSCommand(ByVal command, ByVal args)
    call boton2_DoFSCommand(command, args)
end sub

Sub boton3_FSCommand(ByVal command, ByVal args)
    call boton3_DoFSCommand(command, args)
end sub


//-->