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("Industry Advisory Council (IAC)", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Council Members", "../../industry/members.shtml"))
    insDoc(aux2, gLnk("S", "Benefits of IAC Membership ", "../../industry/councilmembersapplication.shtml"))
    insDoc(aux2, gLnk("N", "How to Join the IAC", "http://www.eshow2000.com/aslms/2010/industry_advisory_council.cfm"))
  aux2 = insFld(foldersTree, gFld("New Products", "../../industry/industry.shtml"))
    insDoc(aux2, gLnk("S", "LASER Equipment and Other Related Technologies", "../../industry/newproducts_lasersandrelatedtechnologies.shtml"))
    insDoc(aux2, gLnk("S", "Safety Equipment", "../../industry/newproducts_safetyequipment.shtml"))
    insDoc(aux2, gLnk("S", "Related Products", "../../industry/newproducts_relatedproducts.shtml"))
    insDoc(aux2, gLnk("S", "Submission Form", "../../forms/newproductform.html"))
  aux2 = insFld(foldersTree, gFld("Exhibit Information", "http://www.eshow2000.com/aslms/2010/exhibit_info.cfm"))
  aux2 = insFld(foldersTree, gFld("Sponsorship Opportunities", "http://www.eshow2000.com/aslms/2010/sponsorship_opportunities.cfm"))
  aux2 = insFld(foldersTree, gFld("Publications", "../../industry/industry.shtml"))
    insDoc(aux2, gLnk("S", "Sample Journal", "../../publications/lism.shtml"))
    insDoc(aux2, gLnk("N", "Submit Manuscript to LSM", "http://www3.interscience.wiley.com/cgi-bin/jabout/34073/ForAuthors.html"))
    insDoc(aux2, gLnk("S", "Sample Newsletter", "../../publications/sample.shtml"))
  aux2 = insFld(foldersTree, gFld("Advertising Information", "../../publications/advertising.shtml"))


  aux2 = insFld(foldersTree, gFld("2009 Annual Conference", "../../annualconference/2009annualconference.shtml"))
     insDoc(aux2, gLnk("S", "Conference Highlights", "../../annualconference/2009annualconference.shtml"))
     insDoc(aux2, gLnk("N", "Edit/Submit Abstract",  "../../abstract")) 
     insDoc(aux2, gLnk("S", "Guidelines for Review and Selection of Abstracts",  "../../annualconference/guidelinesforreviewandselectionofabstracts.shtml")) 
     insDoc(aux2, gLnk("N", "Exhibitor Information", "http://www.eshow2000.com/aslms/2010/2009_exhibitors.cfm"))
     insDoc(aux2, gLnk("S", "View ePosters", "http://www.aslmsmembers.org/eposters.asp"))
     insDoc(aux2, gLnk("S", "View Captured Session", ""))
     insDoc(aux2, gLnk("S", "Silent Auction Winner's Circle", "../../annualconference/auctionwinners.shtml"))
     insDoc(aux2, gLnk("S", "Silent Auction Donors", "../../industry/auctiondonors.shtml"))
     insDoc(aux2, gLnk("N", "Conference Exhibitor List", "http://www.eshow2000.com/aslms/2009/2009_exhibitors.cfm"))
     insDoc(aux2, gLnk("S", "Conference Exhibitors", "http://www.aslmsmembers.org/exhibitors.asp"))
     insDoc(aux2, gLnk("S", "Future Meetings", "http://www.aslms.org/annualconference/futuremeetings.shtml"))
     insDoc(aux2, gLnk("N", "Laser 09 Audio Cassette/CD Orders", "http://www.aslms.org/annualconference/ASLMS_ORDER_FORM_2009.pdf"))


  aux2 = insFld(foldersTree, gFld("Silent Auction", "../../industry/industry.shtml"))
     insDoc(aux2, gLnk("S", "Silent Auction Winner's Circle", "../../annualconference/auctionwinners.shtml"))
     insDoc(aux2, gLnk("S", "Silent Auction Donors", "../../industry/auctiondonors.shtml"))
    insDoc(aux2, gLnk("S", "Donation Information", "../../industry/donationinformation.shtml"))

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



foldersTree.treeID = "Industry" 
 