// 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 = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1

foldersTree = gFld("<b>Home</b>", "/index.asp") 
//About Brisbane
  aux1 = insFld(foldersTree, gFld("About Brisbane", "#"))
        insDoc(aux1, gLnk("S", "City History", "/html/about/history.asp"))
        insDoc(aux1, gLnk("S", "City Facts", "/html/about/fact.asp"))
        insDoc(aux1, gLnk("S", "Directions to City Hall", "/html/about/direction.asp"))
        insDoc(aux1, gLnk("S", "City Blog", "http://brisbaneca.blogspot.com"))
 //Council Commissions, Committees 
 aux1 = insFld(foldersTree, gFld("Council Commissions, Committees", "#"))
        insDoc(aux1, gLnk("S", "Bicycle and Pedestrian Advisory Committee", "/html/cityCouncil/bike_ped.asp"))
        insDoc(aux1, gLnk("S", "City Council", "/html/cityCouncil/council.asp"))
 		insDoc(aux1, gLnk("S", "Open Space and Ecology Committee", "/html/cityCouncil/ose.asp"))
 		insDoc(aux1, gLnk("S", "Parks, Beaches, and Recreation Commission", "/html/cityCouncil/pbr.asp"))
		insDoc(aux1, gLnk("S", "Planning Commission", "/html/cityCouncil/plan.asp"))
        insDoc(aux1, gLnk("S", "Traffic Advisory Committee", "/html/cityCouncil/ta.asp"))
 		insDoc(aux1, gLnk("S", "Youth Advisory Committee", "/html/cityCouncil/ya.asp"))
//City Departments 	
aux1 = insFld(foldersTree, gFld("City Departments", "#"))
        insDoc(aux1, gLnk("S", "City Manager", "/html/cityDept/adm/cityManager.asp"))
 		insDoc(aux1, gLnk("S", "City Attorney", "/html/cityDept/adm/cityAttorney.asp"))
 		insDoc(aux1, gLnk("S", "City Clerk", "/html/cityDept/adm/cityClerk.asp"))
        insDoc(aux1, gLnk("S", "Community Development", "/html/cityDept/comDev/index.asp"))
 		insDoc(aux1, gLnk("S", "Finance", "/html/cityDept/finance/index.asp"))
		insDoc(aux1, gLnk("B", "Fire", "http://www.northcountyfire.org/"))
 		insDoc(aux1, gLnk("S", "Human Resources", "/html/cityDept/hr/index.asp"))
        insDoc(aux1, gLnk("S", "Marina", "/html/cityDept/marina/index.asp"))
 		insDoc(aux1, gLnk("S", "Parks and Recreation", "/html/cityDept/park/index.asp"))	
		insDoc(aux1, gLnk("S", "Police", "/html/cityDept/police/index.asp"))
 		insDoc(aux1, gLnk("S", "Public Works", "/html/cityDept/pw/index.asp"))
		insDoc(aux1, gLnk("S", "Office of Emergency Services", "/html/cityDept/EmerPrep/index.asp"))
//Living Here		
aux1 = insFld(foldersTree, gFld("Living Here", "#"))
        insDoc(aux1, gLnk("S", "Community Clubs and Organizations", "/html/liveHere/club.asp"))
 		insDoc(aux1, gLnk("S", "Human Services and Volunteer Opportunities", "/html/liveHere/humanSvc.asp"))
		insDoc(aux1, gLnk("S", "Utilities", "/html/liveHere/utility.asp"))
		insDoc(aux1, gLnk("S", "Schools", "/html/liveHere/school.asp"))
 		insDoc(aux1, gLnk("S", "Childcare", "/html/liveHere/childcare.asp"))
        insDoc(aux1, gLnk("S", "Library", "/html/liveHere/library.asp"))
 		insDoc(aux1, gLnk("S", "Transportation", "/html/liveHere/transport.asp"))
		insDoc(aux1, gLnk("S", "Conflict Resolution", "/html/liveHere/cnfRes.asp"))
 		insDoc(aux1, gLnk("S", "Other Levels of Government", "/html/liveHere/other.asp"))
       
//City News	
aux1 = insFld(foldersTree, gFld("City News", "/html/cityNews/index.asp"))
       //No sub node
//Calendar of Events
aux1 = insFld(foldersTree, gFld("Calendar of Events", "/html/events/index.asp"))	   

//Contact the City	
aux1 = insFld(foldersTree, gFld("Contact the City", "#"))
        insDoc(aux1, gLnk("S", "City Departments", "/html/contact/cityDept.asp"))
 		insDoc(aux1, gLnk("S", "Direction to City Facilicites", "/html/contact/direction.asp"))
 		insDoc(aux1, gLnk("S", "Citizen Inquiry/ Request for Service", "/html/contact/inquiry.asp"))
     

//Do Biz Here
aux1 = insFld(foldersTree, gFld("Doing Business Here", 'javascript:void(window.open("http://www.brisbanechamber.com/", "", "toolbar,scrollbars,resizable,location,width=550,height=450,top=50,left=250"))') )	   

