home *** CD-ROM | disk | FTP | other *** search
- on initLocal
- global markerlist, browsetrail, browseName, bkMrkList, CR, seeAlsoText, subHeaderText, letrIndexText, shMkrLst, filterStatus, searchList
- set letrIndexText to ImportFile("Nindex.txt")
- set seeAlsoText to "Anglo-Saxons" & CR & "Bayeux Tapestry" & CR & "Castles" & CR & "Crusades" & CR & "Domesday Book" & CR & "English Language" & CR & "Feudal System" & CR & "France's history" & CR & "Middle Ages" & CR & "Henry I" & CR & "William I"
- put " " into field 442
- set subHeaderText to "Travel and conquests" & CR & "Norman rule in England" & CR & "Rebellions" & CR & "Castles" & CR & "Norman and English"
- set shMkrLst to "3" & CR & "5" & CR & "5" & CR & "6" & CR & "7"
- set markerlist to EMPTY
- set browseName to "Normans"
- 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
-