// 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
HIGHLIGHT_COLOR = "#82aacd"  // "#c95f79"
HIGHLIGHT_BG    = "#d1e0ec"  // "#f4dfe4"


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

FS = "<font size=2>"

foldersTree = gFld ('<b><font color="#3878b0"><span style="background-color: white">Learn More</span></b>', "http://ocguitarlessons.com")
foldersTree.treeID = "ocguitarlessons"
//	aboutani = insFld (foldersTree, gFld (FS + "About Ani", "http://ocguitarlessons.com/ani.htm"))
//	aboutaniid = 1
	insDoc (foldersTree, gLnk ("S", FS + "About Ani", "http://ocguitarlessons.com/ani.htm"))
	insDoc (foldersTree, gLnk ("S", FS + "Testimonials", "http://ocguitarlessons.com/testimonials.htm"))
	insDoc (foldersTree, gLnk ("S", FS + "Rates", "http://ocguitarlessons.com/rates.htm"))
	insDoc (foldersTree, gLnk ("S", FS + "Schedule", "http://ocguitarlessons.com/schedule.htm"))
