USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>HOME</b>", "../../index.shtml")
  
   aux2 = insFld(foldersTree, gFld("2011 Annual Conference", "http://www.aslms.org/annualconference/annualconference11.shtml"))
     insDoc(aux2, gLnk("S", "General Information",  "http://www.aslms.org/annualconference/annualconference11.shtml")) 
     insDoc(aux2, gLnk("S", "Edit/Submit Abstract",  "http://www.aslmsabstract.org/")) 
     insDoc(aux2, gLnk("S", "Guidelines for Review and Selection of Abstracts",  "../../annualconference/guidelinesforreviewandselectionofabstracts.shtml")) 
     insDoc(aux2, gLnk("S", "Travel Grant Application",  "http://www.aslmsabstract.org/")) 
     insDoc(aux2, gLnk("S", "Faculty Disclosure",  "http://www.aslmsabstract.org/pre_facultydisclosure.php")) 

     insDoc(aux2, gLnk("S", "Hotel Registration",  "../../annualconference/hotel11.shtml")) 
     //insDoc(aux2, gLnk("N", "Exhibitor Information", "http://www.eshow2000.com/aslms/2010/exhibit_info.cfm"))
	 insDoc(aux2, gLnk("S", "Exhibitor Information", "http://www.aslms.org/annualconference/exhibit.shtml"))
	 insDoc(aux2, gLnk("S", "Silent Auction Donation Form", "../../donations"))
  
  
  aux2 = insFld(foldersTree, gFld("2010 Annual Conference", "../../annualconference/annualconference10.shtml"))
//    insDoc(aux2, gLnk("S", "Extended Online Silent Auction", "#"))
     insDoc(aux2, gLnk("S", "View ePosters", "http://www.aslmsmembers.org/eposters2.asp"))
     insDoc(aux2, gLnk("S", "Silent Auction Winner's Circle", "../../annualconference/silentwinner11.shtml"))
     insDoc(aux2, gLnk("S", "Silent Auction Donors", "../../industry/auctiondonors.shtml"))
     insDoc(aux2, gLnk("N", "Conference Exhibitor List", "http://www.eshow2000.com/aslms/2010/exhibitor_list.cfm"))
      insDoc(aux2, gLnk("S", "Conference Sessions for Sale", "http://www.aslms.org/annualconference/annualconference10.shtml"))


   aux2 = insFld(foldersTree, gFld("Silent Auction", "#"))
//   insDoc(aux2, gLnk("S", "2010 Silent Auction", "http://www.aslmsmembers.org/2010_auction.asp"))
     insDoc(aux2, gLnk("S", "2010 Silent Auction Winner's Circle", "../../annualconference/silentwinner11.shtml"))
     insDoc(aux2, gLnk("S", "2010 Silent Auction Donors", "../../industry/auctiondonors.shtml"))
//    insDoc(aux2, gLnk("S", "2011 Donation Information", "../../industry/donationinformation.shtml"))
	insDoc(aux2, gLnk("S", "2011 Donation Information", "../../donations"))

  
  aux2 = insFld(foldersTree, gFld("Future Meetings", "../../annualconference/futuremeetings.shtml"))
 
  aux2 = insFld(foldersTree, gFld("Contact Us", "../../aslms/contact.shtml"))



foldersTree.treeID = "Conference10" 
 