USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// Tree Options
//  - Expand for example with pics and flags
//    - United States
//      - Boston
//      - Tiny pic of New York City
//      - Washington
//    - Europe
//      - London
//      - Lisbon
//  - Types of node
//    - Expandable with link
//      - London
//    - Expandable without link
//      - NYC
//    - Opens in new window
//

foldersTree = gFld("<font style='font-size: 15px; color: green;'>Flash Categories:</font><br>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Music/Dance", "http://www.millan.net/anims/flash/flash.html"))
  aux1 = insFld(foldersTree, gFld("Love", "http://www.millan.net/anims/flash/flash_love.html"))
  aux1 = insFld(foldersTree, gFld("Friendship", "http://www.millan.net/anims/flash/flash_friendship.html"))
  aux1 = insFld(foldersTree, gFld("Birthday", "http://www.millan.net/anims/flash/flash_birthday.html"))
  aux1 = insFld(foldersTree, gFld("Other", "http://www.millan.net/anims/flash/flash_other.html"))
  aux1 = insFld(foldersTree, gFld("Holidays", "http://www.millan.net/anims/flash/flash_holidays.html"))
  aux1 = insFld(foldersTree, gFld("Christmas", "http://www.millan.net/anims/flash/flash_christmas.html"))
  aux1 = insFld(foldersTree, gFld("Halloween", "http://www.millan.net/anims/flash/flash_halloween.html"))
  aux1 = insFld(foldersTree, gFld("Easter", "http://www.millan.net/anims/flash/flash_easter.html"))
  aux1 = insFld(foldersTree, gFld("Thanksgiving", "http://www.millan.net/anims/flash/flash_thanksgiving.html"))
  // aux1 = insFld(foldersTree, gFld("Types of node", "javascript:undefined"))
  //  aux2 = insFld(aux1, gFld("Expandable with link", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
  //    insDoc(aux2, gLnk("S", "London", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
  //  aux2 = insFld(aux1, gFld("Expandable without link", "javascript:undefined"))
  //    insDoc(aux2, gLnk("S", "NYC", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
  //  insDoc(aux1, gLnk("B", "Opens in new window", "http://www.treeview.net/treemenu/demopics/beenthere_pisa.jpg"))
