USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 0
ICONPATH = 'http://gulliver.cc/graphics/icons/'

foldersTree = gFld('HOME', 'http://gulliver.cc/index.htm')
f = foldersTree

insDoc(f,gLnk('T', 'About Me', 'http://gulliver.cc/lee.htm'))

insDoc(f,gLnk('T', 'Contact', 'http://gulliver.cc/contact.htm'))

fSub = insFld(f,gFld('Scripts', 'http://gulliver.cc/scripts/index.htm'))

insDoc(fSub,gLnk('T', 'Full-length', 'http://gulliver.cc/scripts/full.htm'))
insDoc(fSub,gLnk('T', 'Ten-minute', 'http://gulliver.cc/scripts/tmp.htm'))
insDoc(fSub,gLnk('T', "Children", "http://gulliver.cc/scripts/youth.htm"))


fSub = insFld(f,gFld('Blog and Quotes', 'http://gulliver.cc/observations.htm'))

insDoc(fSub,gLnk('T', 'The BLOG', 'http://www.gulliver.cc/blog/'))
insDoc(fSub,gLnk('T', 'Favorite Remarks', 'http://gulliver.cc/observations/quotes.htm'))


fSub = insFld(f,gFld('Media', 'http://gulliver.cc/media.htm'))

insDoc(fSub,gLnk('T', 'Literature', 'http://gulliver.cc/books.htm'))
insDoc(fSub,gLnk('T', 'Golden-Age Radio', 'http://gulliver.cc/radio/index.htm'))
insDoc(fSub,gLnk('T', 'Film & TV', 'http://gulliver.cc/film/index.htm'))


insDoc(f,gLnk('T', 'Shop Gulliver!', 'http://gulliver.cc/shop.htm'))




