// 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 = 0  // Replace 0 with 1 to show the whole tree

// Decide if the tree is to to be shown on a separate frame of its own
USEFRAMES = 0

// Remove the folder and link icons
USEICONS = 0

// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 0

// Folders reopen to previous state across page loads
PERSERVESTATE = 1

HIGHLIGHT       = 1
//					202066
HIGHLIGHT_COLOR = "#8f8a33"
//                  fef500
HIGHLIGHT_BG    = "#fefa7f"


ICONPATH = "http://lilytears.com/menu/"

FS = '</b><font color=#202066 style="font-size: 11pt">'

foldersTree = gFld ('<table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td nowrap><a href="http://lilytears.com"><span style="color: #202066; background-color: white; font-size: 14pt; font-variant: small-caps; text-decoration: none"><font face="Times New Roman"><b>LilyTears Publications</b></font></span><span style="color: #8f8fb2; background-color: white; font-size: 4pt; vertical-align: top; text-decoration: none">TM</span></a></td></tr></table>', "http://lilytears.com")
foldersTree.treeID = "lilytears"
	books = insFld (foldersTree, gFld (FS + "Books", "http://lilytears.com/books/"))
	booksid = 1
		insDoc (books, gLnk ("S", FS + "A Comparison of Guitar Methods", "http://lilytears.com/arts/music/guitar/methods/"))
			guitar = insFld (books, gFld (FS + "Guitar", "http://lilytears.com/books/guitar/"))
			guitarid = booksid + 1
				methods = insFld (guitar, gFld (FS + "A Comparison of Guitar Methods", "http://lilytears.com/arts/music/guitar/methods/"))
				methodsid = guitarid + 1
					insDoc (methods, gLnk ("S", FS + "Introduction", "http://lilytears.com/arts/music/guitar/methods/intro/"))
					openchords = insFld (methods, gFld (FS + "Open Chords", "http://lilytears.com/arts/music/guitar/methods/open/"))
					openchordsid = methodsid + 2
						insDoc (openchords, gLnk ("S", FS + "Triads", "http://lilytears.com/arts/music/guitar/methods/open/triads/"))
						insDoc (openchords, gLnk ("S", FS + "Tetrads/7ths", "http://lilytears.com/arts/music/guitar/methods/open/7ths/"))
					insDoc (methods, gLnk ("S", FS + "Pitches", "http://lilytears.com/arts/music/guitar/methods/pitches/"))
					movablechords = insFld (methods, gFld (FS + "Movable Chords", "http://lilytears.com/arts/music/guitar/methods/movable/"))
					movablechordsid = openchordsid + 4
						insDoc (movablechords, gLnk ("S", FS + "Triads", "http://lilytears.com/arts/music/guitar/methods/movable/triads/"))
						insDoc (movablechords, gLnk ("S", FS + "Tetrads/7ths", "http://lilytears.com/arts/music/guitar/methods/movable/7ths/"))
					insDoc (methods, gLnk ("S", FS + "Intervals", "http://lilytears.com/arts/music/guitar/methods/ints/"))
					arps = insFld (methods, gFld (FS + "Arpeggios", "http://lilytears.com/arts/music/guitar/methods/arps/"))
					arpsid = movablechordsid + 4
						insDoc (arps, gLnk ("S", FS + "Triads", "http://lilytears.com/arts/music/guitar/methods/arps/triads/"))
						insDoc (arps, gLnk ("S", FS + "Tetrads/7ths", "http://lilytears.com/arts/music/guitar/methods/arps/7ths/"))
				insDoc (guitar, gLnk ("S", FS + "I Give Lessons In Orange County", "http://lilytears.com/arts/music/guitar/lessons.htm"))
	software = insFld (foldersTree, gFld (FS + "Software", "http://lilytears.com/software/"))
	softwareid = arpsid + 4
		eartrainer = insFld (software, gFld (FS + "Ear Trainer", "http://lilytears.com/software/eartrainer/"))
		eartrainerid = softwareid + 1
			insDoc (eartrainer, gLnk ("S", FS + "Download", "http://lilytears.com/software/eartrainer/download.htm"))
			insDoc (eartrainer, gLnk ("S", FS + "Register", "http://lilytears.com/software/eartrainer/register.htm"))
			insDoc (eartrainer, gLnk ("S", FS + "Ear Training", "http://lilytears.com/software/eartrainer/eartraining.htm"))
		qabalahtrainer = insFld (software, gFld (FS + "Qabalah Trainer", "http://lilytears.com/software/qabalahtrainer/"))
		qabalahtrainerid = eartrainerid + 3
			insDoc (qabalahtrainer, gLnk ("S", FS + "More Screenshots", "http://lilytears.com/software/qabalahtrainer/more.htm"))
			insDoc (qabalahtrainer, gLnk ("S", FS + "Download", "http://lilytears.com/software/qabalahtrainer/download.htm"))
			insDoc (qabalahtrainer, gLnk ("S", FS + "Register", "http://lilytears.com/software/qabalahtrainer/register.htm"))
	insDoc (foldersTree, gLnk ("S", FS + "Contact", "http://lilytears.com/contact.htm"))
