home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global languagechosen, ToSection
- if ToSection = "DryClean" then
- set the text of member "CCFCLSectionTitle" to the text of member "CCFCLSectionTitleDryClean" of castLib languagechosen
- set the text of member "CCFCLSectionText" to the text of member "CCFCLSectionTextDryClean" of castLib languagechosen
- else
- go("DryCleanJump")
- end if
- end
-