home *** CD-ROM | disk | FTP | other *** search
- on REFGoToSelection s
- global REFCallApplication, REFAppFilenames, REFActiveSection, REFLastActive, REFAcro, IFLUSERPRESSEDESCKEY
- REFClearSectionSprites()
- if s = 1 then
- set IFLUSERPRESSEDESCKEY to 2
- REFSetupStage(s)
- REFRunA2ZSection()
- end if
- if s = 2 then
- set IFLUSERPRESSEDESCKEY to 0
- REFSetupStage(s)
- REFRunAboutSection()
- end if
- if s = 3 then
- set IFLUSERPRESSEDESCKEY to 2
- REFSetupStage(s)
- REFFeatureDatabase()
- end if
- if s = 4 then
- set IFLUSERPRESSEDESCKEY to 0
- REFSetupStage(s)
- REFAdIdxSection()
- end if
- end
-