// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 1 //replace 0 with 1 to show the whole tree

USEICONS = 0

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("Home", "demoFramesetRightFrame.htm")
  aux1 = insFld(foldersTree, gFld("Music", "discography.htm"))
      insDoc(aux1, gLnk("R", "Lyrics", "lyrics.htm"))
      insDoc(aux1, gLnk("R", "MP3", "songdogMP3.htm"))
	  insDoc(aux1, gLnk("R", "Live", "songdoggiglist.htm"))
    aux1 = insDoc(foldersTree, gLnk("R", "Message Board", ""))
      aux1 = insFld(foldersTree, gFld("Lyndon's Diary 2008", "songdogdiary2008.htm"))
	  insDoc(aux1, gLnk("R", "Diary Archive", "lyndondiaryarchive.htm"))
	    aux1 = insFld(foldersTree, gFld("Press Centre", "presscentre.htm"))
		insDoc(aux1, gLnk("R", "Images", "photogallery.htm"))
		insDoc(aux1, gLnk("R", "Press", "SongdogPressCuttings.htm"))
		aux1 = insFld(foldersTree, gFld("World of Songdog", "songdogworld.htm"))
		  aux2 = insFld(aux1, gFld("Lyndon's Texts", "lyndonstexts.htm"))
		  insDoc(aux2, gLnk("R", "Text X", "textx.htm"))
		  insDoc(aux2, gLnk("R", "Conte de Fées", "lyndonmorgans-contedefees.htm"))
		  insDoc(aux2, gLnk("R", "The Artist In <br>Utopia", "lyndonmorgans_TheArtistInUtopia.htm"))
		insDoc(aux1, gLnk("R", "Podlean Gallery", "podleangallery.htm"))
		insDoc(aux1, gLnk("R", "Songdog Hiplist", "songdoghiplist.htm")) 
	   	  aux1 = insDoc(foldersTree, gLnk("R", "Contacts", "contact.htm"))