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 Member Referrals", "http://www.aslms.org/industry/2011memberreferrals.shtml"))
  aux2 = insFld(foldersTree, gFld("Exhibitor Information", "http://s3.goeshow.com/aslms/annual/2012/exhibitor_list.cfm"))
  aux2 = insFld(foldersTree, gFld("Silent Auction Donation Information", "http://www.aslmsmembers.org/silentauction.asp"))
  aux2 = insFld(foldersTree, gFld("2012 Virtual Exhibit Hall", "http://s3.goeshow.com/aslms/annual/2012/view_exhibit_space.cfm"))


  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://s3.goeshow.com/aslms/annual/2012/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("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" 
 
