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("Silent Auction Donation Form", "../../donations"))

  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("N", "Submission Form", "../../forms/newproductform.html"))
 
 aux2 = insFld(foldersTree, gFld("Annual Conference Exhibit Information", "../../industry/annualconf_exhibit.shtml"))
 
 
 aux2 = insFld(foldersTree, gFld("Publications", "../../industry/industry.shtml"))
    insDoc(aux2, gLnk("S", "Sample Journal", "../../publications/lism.shtml"))
    insDoc(aux2, gLnk("S", "Light Reader Newsletter", "../../industry/light_reader.shtml"))
 
  aux2 = insFld(foldersTree, gFld("Contact Us", "../../aslms/contact.shtml"))



foldersTree.treeID = "Industry" 
 