var
     selection String
endVar
setMouseScreenPosition(3800, 4000)
selection = helpMenu.show()
if not isBlank(selection) then
     if selection = "Tutorial" then
          helpTC.switchIndex()
          helpTC.setFilter(1,5)
          Help_Picture.resync(helpTC)
          AutoButton.value = True
          AutoButton.setTimer(100)
     else
          helpTC.switchIndex("TopicOrder")
          helpTC.setFilter(selection,selection)
          Help_Picture.resync(helpTC)
     endIf
endIf
