set the member of sprite 1 to member "SLIBackNoNavtext"
updateStage()
if the machineType > 200 then
openXLib(the pathName & "fileio")
end if
set SLIInstallButtonTextBox to "You have chosen to INSTALL this program. This will copy and decompress files to your hard disk and allow you to run the program. "
set SLIRunButtonTextBox to "This program will run straight from the CD without copying any files to your hard disk. If you prefer to run the program from your hard disk use the COPY button to copy the files to your system first."
set SLICopyWIthRunTextBox to "You have chosen to COPY all files for this program. The filesthat will be written to your hard disk will allow the program to run with no further installation."
set SLICopyWIthInstallTextBox to "You have chosen to COPY installation files for this program.You will still need to run the installation program from your hard disk before using the program."
set SLIInfoTabRect to rect(169, 220, 322, 242)
set SLIProcTabRect to rect(323, 220, 475, 242)
set SLIExtraTabRect to rect(476, 220, 625, 242)
set SLITextLoadOptionRect to rect(131, 318, 145, 331)
set SLIRunButtonList to list("Bo_run", "Ro_run", "Ri_run")
set SLIInstallButtonList to list("Bo_inst", "Ro_inst", "Ri_inst")
set SLITextFilesLoaded to 0
set SLIactiveprogramlist to list(1, 1)
set SLIProductBoxNumber to 8
set SLIAddressBoxNumber to 9
set SLIPictureBoxNumber to 10
set SLIFullTextOptionBox to 19
set SLIFullTextTick to 20
set SLItextboxframe to 21
set SLIplatformcheckbox to 22
set SLIPlatformCheck01 to 23
set SLIPlatformCheck02 to 24
set SLIPlatformCheck03 to 25
set SLIPlatformCheck04 to 26
set SLIpicturebox to 27
set SLITextBoxContents to 28
set SLIActionButton to 29
set SLICopyButton to 30
set SLIBackArrowNumber to 32
set SLIForwardArrowNumber to 33
set SLImainmenubacknumber to 34
set SLImainmenuhilitenumber to 35
set SLImainmenutextnumber to 36
set SLIsubmenubackshadownumber to 37
set SLIsubmenubacknumber to 38
set SLIsubmenuhilitenumber to 39
set SLIsubmenutextnumber to 40
set SLIExecuteTextBox to 41
set SLIActionList to SLIRunButtonList
set the member of sprite 2 to member "Slloader"
set the ink of sprite 2 to 36
set the loc of sprite 2 to point(375, 240)
updateStage()
fillslidatabaselist()
installmenuitems()
set the member of sprite 2 to member "slidot"
set the loc of sprite 2 to point(2000, 2000)
setupstage()
cursor(200)
set thismenutitle to string(getPropAt(SLIdatabaselist, getAt(SLIactiveprogramlist, 2)))
set chooseprogcommand to "set SLIchosenprogramdetails = the prog" & getAt(SLIactiveprogramlist, 1) & " of the " & thismenutitle & " of SLIdatabaselist"