home *** CD-ROM | disk | FTP | other *** search
- on initLocal
- global markerlist, browsetrail, browseName, CR, bkMrkList, seeAlsoText, subHeaderText, letrIndexText, shMkrLst, filterStatus, searchList
- set letrIndexText to ImportFile("Gindex.txt")
- set seeAlsoText to "Air" & CR & "Atmosphere" & CR & "Carbon" & CR & "Energy" & CR & "Geothermal Power" & CR & "Nuclear Power" & CR & "Ozone" & CR & "Pollution" & CR & "Tides" & CR & "Water Power" & CR & "Wind Power"
- set subHeaderText to "Green house gases" & CR & "Dealing with the problem"
- set shMkrLst to "2" & CR & "3"
- set browseName to "Greenhouse Effect"
- put " " into field 442
- set markerlist to EMPTY
- set theList to the labelList
- repeat with n = 1 to the number of lines in theList
- if char 1 of line n of theList = "p" then
- put marker(line n of theList) into line n of markerlist
- end if
- end repeat
- if bkMrkList contains browseName then
- set the locH of sprite 4 to 320
- else
- set the locH of sprite 4 to 1000
- end if
- set filterStatus to "11111111111"
- set searchList to field 428
- end
-