// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<b>Please choose from the following Menu- :</b>", "javascript:undefined")
  aux1 = insFld(foldersTree, gFld("The Pleasure in Pain", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<b>About the Amazon</b>", "profileEn.html"))
    aux2 = insFld(aux1, gFld("<b>Sessions</b>", "sessionsEn.html"))
    aux2 = insFld(aux1, gFld("Galleries", "javascript:undefined"))
      insDoc(aux2, gLnk("S", "<b>#1</b>", "gallery1En.html"))
      insDoc(aux2, gLnk("S", "<b>#2</b>", "gallery2En.html"))
      insDoc(aux2, gLnk("S", "<b>#3</b>", "gallery3En.html"))


    aux2 = insFld(aux1, gFld("<b>Tribute</b>", "tributeEn.html"))
    aux2 = insFld(aux1, gFld("<b>Contact Me</b>", "contactEn.html"))
    aux2 = insFld(aux1, gFld("<b>Links</b>", "linksEn.html"))
    