home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global sharedPath, myplatform
- if voidp(sharedPath) then
- set sharedPath to EMPTY
- end if
- set winpath to getOSDirectory()
- if myplatform = "95" then
- open(sharedPath & "w95help\AOL.HLP", winpath & "\winhlp32.exe")
- else
- if myplatform = "Mac" then
- alert("Bitte starten Sie AOL und ├╢ffnen Sie die AOL-Hilfe dann im Apple-Hilfe-Men├╝!")
- else
- open(sharedPath & "AOL.HLP", winpath & "\winhelp.exe")
- end if
- end if
- end
-