// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
ICONPATH = '/images/'
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#CB7647'
HIGHLIGHT_BG = '#FFFFFF'


foldersTree = gFld("<b>Home</b>", "/index.php")
aux2 = insFld(foldersTree, gFld("Association", "javascript:undefined"))
	insDoc(aux2, gLnk("S", "FAQ", "/association/faq.php"))
	insDoc(aux2, gLnk("S", "Terms of Use", "/association/rules.php"))
	insDoc(aux2, gLnk("S", "Bylaws", "/association/bylaws.php"))
	insDoc(aux2, gLnk("S", "Minutes", "/association/minutes/minutes.php"))	
	insDoc(aux2, gLnk("S", "Regions", "/association/regions.php"))
	insDoc(aux2, gLnk("S", "Contacts", "/association/contacts.php"))
 	insDoc(aux2, gLnk("S", "Member Directory", "/membership/memus.php"))
aux1 = insFld(foldersTree, gFld("Membership", "javascript:undefined"))
	insDoc(aux1, gLnk("S", "Member Benefits", "/membership/why.php"))
 	insDoc(aux1, gLnk("S", "<b>Join Online</b>", "/membership/join.php"))
 	insDoc(aux1, gLnk("S", "Join via Mail", "/membership/joinmail.php"))
 	insDoc(aux1, gLnk("S", "30 Day Trial", "/membership/trial.php"))
 	insDoc(aux1, gLnk("S", "Renew Online", "/membership/renew.php"))
 	insDoc(aux1, gLnk("S", "My Account", "/membership/myaccount.php"))
aux6 = insFld(foldersTree, gFld("ERA Trade Show", "/erashow/about_show.php"))
aux5 = insFld(foldersTree, gFld("Technical Education", "javascript:undefined"))
	/* insDoc(aux5, gLnk("S", "TechEd Classes", "/teched/seminars.php")) */
	insDoc(aux5, gLnk("S", "DVD-Soldering", "/teched/dvd_te501.php"))
	insDoc(aux5, gLnk("S", "Desk Reference", "/teched/deskref.php"))
	insDoc(aux5, gLnk("S", "Electrical Repair", "/teched/martin_mw166.php"))
	insDoc(aux5, gLnk("S", "Sales Guide", "/teched/cg.php"))
aux3 = insFld(foldersTree, gFld("ERE Newspaper", "javascript:undefined"))
	insDoc(aux3, gLnk("S", "Current Issue", "/eren/current.php"))
	insDoc(aux3, gLnk("S", "Archives", "/eren/archive2.php"))
	insDoc(aux3, gLnk("S", "About", "/eren/about.php"))
	insDoc(aux3, gLnk("S", "<b>Subscribe Online</b>", "/eren/subscribe.php"))
	insDoc(aux3, gLnk("S", "Subscribe via Mail", "/eren/subscribemail.php"))
aux7 = insFld(foldersTree, gFld("Forums", "/scripts/forum_redir.php"))
aux10 = insFld(foldersTree, gFld("Technical Library", "/techlib/tech_lib.php"))
aux16 = insFld(foldersTree, gFld("Video Library", "/re-view/soldering.php"))
aux17 = insFld(foldersTree, gFld("Video Kit", "/re-view/videokit.php"))
aux11 = insFld(foldersTree, gFld("JIMCO Manuals", "/jimco/era_jimco.php"))
aux15 = insFld(foldersTree, gFld("Prestolite Manuals", "/prestolite/prestolite.php"))
aux9 = insFld(foldersTree, gFld("Sources Guide", "/supplier/s1.php"))
aux8 = insFld(foldersTree, gFld("Web Services", "/web_serv/web_serv.php"))
aux4 = insFld(foldersTree, gFld("Business Aids", "javascript:undefined"))
	insDoc(aux4, gLnk("S", "Forms and Letters", "/business/forms.php"))
	insDoc(aux4, gLnk("S", "Logos and Artwork", "/business/logos.php"))
aux14 = insFld(foldersTree, gFld("Biz-O-Meter", "/bizometer/biz_o_whatis.php"))
aux12 = insFld(foldersTree, gFld("ERA Store", "http://www.cafepress.com/erashop/"))
aux13 = insFld(foldersTree, gFld("<font color=\"#cc6600\"><b>Member Locator</b></font>", "/findarebuilder/find.php"))



//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
                    