

// 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


foldersTree = gFld("Home", "http://www.texalliance.org")
       

	aboutAlliance = insFld(foldersTree, gFld("About the Alliance", "http://www.texalliance.org/welcome/index.cfm"))
	     insDoc(aboutAlliance, gLnk(0,"Welcome", "http://www.texalliance.org/welcome/index.cfm"))
		 insDoc(aboutAlliance, gLnk(0,"Mission & Goals", "http://www.texalliance.org/mission/index.cfm"))
		 insDoc(aboutAlliance, gLnk(0,"Ways Alliance Can Be a Resource", "http://www.texalliance.org/ways/index.cfm"))
		 
	allianceEvents = insFld(foldersTree, gFld("Alliance Events", "http://www.texalliance.org/calendar/index.cfm", "_self"))
	     allianceEventsa = insFld(allianceEvents, gFld("Events Calendar", "http://www.texalliance.org/calendar/index.cfm"))
		      insDoc(allianceEventsa, gLnk(0,"Intel Workshop", " http://www.texalliance.org/calendar/workshopIntel.cfm")) 
		 allianceEventsb = insFld(allianceEvents, gFld("Upcoming Forums", "http://www.texalliance.org/forums/upcoming.cfm"))
		      allianceEventsba = insFld(allianceEventsb, gFld("Computer Sciences & Computer Engineering Forum", "http://www.texalliance.org/forums/upcoming.cfm"))
			       insDoc(allianceEventsba, gLnk(0,"Register", "http://www.texalliance.org/register/csce_forum_reg.cfm"))
			       insDoc(allianceEventsba, gLnk(0,"Agenda", "http://www.texalliance.org/agenda/techForum.cfm"))
			       insDoc(allianceEventsba, gLnk(0,"Details", "http://www.texalliance.org/details/index.cfm"))
				   insDoc(allianceEventsba, gLnk(0,"Directions", "http://www.texalliance.org/directions/index.cfm"))
		 allianceEventsc = insFld(allianceEvents, gFld("Previous Forums & Meetings", "http://www.texalliance.org/forums/index.cfm"))
		      insDoc(allianceEventsc, gLnk(0,"Nanotechnology and Biomedical Engineering Forum", "http://www.texalliance.org/forums/nano.cfm"))	      
	
	 allianceResources = insFld(foldersTree, gFld("Alliance Resources", "http://www.texalliance.org/resources/companies.cfm"))
	     insFld(allianceResources, gLnk(0,"Companies Featured in TATC Forums", "http://www.texalliance.org/resources/companies.cfm"))
		 allianceEventsa = insFld(allianceResources, gFld("Previous Forums & Meetings", "http://www.texalliance.org/forums/index.cfm"))
		      insDoc(allianceEventsa, gLnk(0,"Nanotechnology and Biomedical Engineering Forum", "http://www.texalliance.org/forums/nano.cfm"))
		 insDoc(allianceResources, gLnk(0,"Related Links", "http://www.texalliance.org/links/index.cfm"))
	     insDoc(allianceResources, gLnk(0,"TATC Sponsors & Partners", "http://www.texalliance.org/TATCsponsors/index.cfm"))
		 insDoc(allianceResources, gLnk(0,"Technologies Featured in TATC Forums", "http://www.texalliance.org/technologiesFeatured/index.cfm")) 
		 
	getInvolved = insFld(foldersTree, gFld("Get Involved", "http://www.texalliance.org/TATCsponsors/index.cfm"))
	     insDoc(getInvolved, gLnk(0,"Add Your Name to Our List Server", "http://www.texalliance.org/TATCsponsors/index.cfm"))
		 insDoc(getInvolved, gLnk(0,"Become a Member", "http://www.texalliance.org/register/member.cfm")) 
		 insDoc(getInvolved, gLnk(0,"Become a Sponsor", "http://www.texalliance.org/register/sponsor.cfm"))
		 
insDoc(foldersTree, gLnk(0, "Alliance News", "http://www.texalliance.org/news/index.cfm"))

insDoc(foldersTree, gLnk(0, "Contact Us", "http://www.texalliance.org/contact/index.cfm"))

insDoc(foldersTree, gLnk(0, "Texas Alliance Universities", "http://www.texalliance.org/TXuniv/"))

insDoc(foldersTree, gLnk(0, "Texas Chambers of  Commerce", "http://www.texalliance.org/TXchambers/index.cfm"))

insDoc(foldersTree, gLnk(0, "Texas Research Contacts", "http://www.texalliance.org/TXresearch/index.cfm"))

insDoc(foldersTree, gLnk(0, "Texas Student Entrepreneurship", "http://www.texalliance.org/TXstudentEnt/index.cfm"))

insDoc(foldersTree, gLnk(0, "Texas Technology Licensing", "http://www.texalliance.org/TXtech/index.cfm"))

insDoc(foldersTree, gLnk(0, "UT Austin Business & Enterprise", "http://www.utexas.edu/enterprise"))








	     
       

	      
      
 	      
 	
 	      
 	
