// 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 = 1
WRAPTEXT = 1
PERSERVESTATE = 1


foldersTree = gFld("", "")
foldersTree.treeID = "tree_utilities"
foldersTree.iconSrc = "http://www.MrDutch.com/javascript/header_tree.gif"
aux1 = insFld(foldersTree, gLnk("B", "TX Public Utility Commission", "http://www.puc.state.tx.us/"))
aux1 = insFld(foldersTree, gLnk("B", "Electric", "http://www.powertochoose.org/"))
aux1 = insFld(foldersTree, gLnk("S", "Water", "water.asp"))
aux1 = insFld(foldersTree, gFld("Gas", ""))
			insDoc(aux1, gLnk("B", "Natural", "http://www.centerpointenergy.com/"))
			aux2 = insFld(aux1, gFld("Propane", ""))
							insDoc(aux2, gLnk("B", "AmeriGas 281-331-4401", "http://www.amerigas.com/"))
							insDoc(aux2, gFld("Coastal Butane Service 281-342-5637", ""))
							insDoc(aux2, gFld("Gulf Coast LP Gas 281-431-2742", ""))
							insDoc(aux2, gFld("Southern Butane Co 979-798-7700", ""))
aux1 = insFld(foldersTree, gFld("Communication", ""))
			aux2 = insFld(aux1, gFld("Telephone", ""))
 							aux3 = insFld(aux2, gFld("Local Providers", ""))
										insDoc(aux3, gLnk("B", "AT&T 800-464-7928", "http://www.att.com/"))
										insDoc(aux3, gLnk("B", "Verizon - 800-483-4000", "http://www22.verizon.com/"))									
 							aux3 = insFld(aux2, gFld("Price Comparison", ""))
										insDoc(aux3, gLnk("B", "BillSaver.com", "http://www.billsaver.com/"))
										insDoc(aux3, gLnk("B", "LowerMyBills.com", "http://www.lowermybills.com/servlet/LMBServlet?the_action=NavigateLongDistanceChannelPage"))
										insDoc(aux3, gLnk("B", "SmartPrice.com", "http://www.smartprice.com/"))
			aux2 = insFld(aux1, gLnk("B","Cable TV/Broadband - Comcast", "http://www.comcast.com/houston/"))
aux1 = insFld(foldersTree, gLnk("B", "Moving Company Information", "http://www.protectyourmove.gov/"))
aux1 = insFld(foldersTree, gLnk("B", "Postal Service (Change of Address)", "https://moversguide.usps.com/?referral=www.MrDutch.com>utilities"))
aux1 = insFld(foldersTree, gLnk("B", "Secretary of State (Voter Registration)", "http://www.sos.state.tx.us/elections/voter/reqvr.shtml"))
