home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global LANGSETUP
- if LANGSETUP = "e" then
- set the fileName of castLib "menu" to "emenu.cst"
- end if
- if LANGSETUP = "f" then
- set the fileName of castLib "menu" to "fmenu.cst"
- end if
- if LANGSETUP = "g" then
- set the fileName of castLib "menu" to "gmenu.cst"
- end if
- end
-