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: 14px; color: #CE007B;'>Mobile Content:</font><br>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Ringtones", "http://www.millan.net/mobile/ringtones.html"))
  	aux2 = insFld(aux1, gFld("Polyphonic", "http://www.millan.net/mobile/polyphonic.html"))
	aux2 = insFld(aux1, gFld("Monophonic", "http://www.millan.net/mobile/ringtones.html"))
	aux2 = insFld(aux1, gFld("MP3/Voice", "http://www.millan.net/mobile/mp3tones.html"))
	aux2 = insFld(aux1, gFld("Real Ringtones", "http://www.millan.net/mobile/truetones.html"))
  aux1 = insFld(foldersTree, gFld("Animated MMS", "http://www.millan.net/mobile/mms.html"))
  aux1 = insFld(foldersTree, gFld("Ericsson Themes", "http://www.millan.net/mobile/ericssonthemes.html"))
  aux1 = insFld(foldersTree, gFld("Wallpapers", "http://www.millan.net/mobile/wallpapers.html"))
  aux1 = insFld(foldersTree, gFld("Screensavers", "http://www.millan.net/mobile/screensavers.html"))
  aux1 = insFld(foldersTree, gFld("Operator Logos", "http://www.millan.net/mobile/logos.html"))
  aux1 = insFld(foldersTree, gFld("Java Games", "http://www.millan.net/mobile/games.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"))
