// 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 = 0
//USEFRAMES = 1
USEICONS = 0
WRAPTEXT = 0
PERSERVESTATE = 1
HIGHLIGHT = 1
ICONPATH = "menuImages/"

foldersTree = gFld("<b>Goldwater Sender</b>")
	aux1 = insDoc(foldersTree, gLnk("R", "Home", "ASPX/HomePage.aspx"))
    aux1 = insFld(foldersTree, gFld("Property", "ASPX/Property.aspx"))
 		aux2 = insFld(aux1, gFld("Conveyancing", "ASPX/Conveyancing.aspx"))
 			insDoc(aux2, gLnk("R", "Quote Calculator", "ASPX/Quote.aspx"))
 			insDoc(aux2, gLnk("B", "Login", "http://www.track-a-matter.co.uk"))
 		insDoc(aux1, gLnk("R", "Commercial Property", "ASPX/CommercialProperty.aspx"))
 		insDoc(aux1, gLnk("R", "Property Development", "ASPX/PropertyDevelopment.aspx"))
 		insDoc(aux1, gLnk("R", "Landlord Tenant", "ASPX/LandlordTenant.aspx"))
 		insDoc(aux1, gLnk("R", "Re-Mortgages", "ASPX/ReMortgages.aspx"))
 		insDoc(aux1, gLnk("B", "Contact Us", "mailto:mail@goldwater.co.uk"))
    aux1 = insDoc(foldersTree, gLnk("R", "Litigation", "ASPX/Litigation.aspx"))
    aux1 = insDoc(foldersTree, gLnk("R", "Business", "ASPX/Business.aspx"))
    aux1 = insDoc(foldersTree, gLnk("R", "Financial Services", "ASPX/FinServ.aspx"))
    aux1 = insDoc(foldersTree, gLnk("R", "Employment", "ASPX/Employment.aspx"))
	aux1 = insDoc(foldersTree, gLnk("R", "Intellectual Property", "ASPX/IntellectualProperty.aspx"))
	aux1 = insDoc(foldersTree, gLnk("R", "Private Client", "ASPX/PrivateClient.aspx"))
	aux1 = insDoc(foldersTree, gLnk("B", "Contact Us", "mailto:mail@goldwater.co.uk"))

//Set this string if FolderTree and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 