// You can find instructions for this file here:
// http://www.treeview.net

// 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

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("Products", "Intro.htm")


  aux1 = insFld(foldersTree, gFld("<font color=red><b>L</b></font><font color=green><b>E</b></font><font color=blue><b>D</b></font> Light Products", "LEDProducts.htm"))
      insDoc(aux1, gLnk("R", "LED Advantages", "LEDAdvantage.htm"))
      insDoc(aux1, gLnk("R", "LED Bulb/lamps", "LEDLampbulb.htm"))
      insDoc(aux1, gLnk("R", "LED Bars/Strips", "LEDBars.htm"))
      insDoc(aux1, gLnk("R", "Inground & <br>Underwater Lamps", "UGLamps.htm"))
      insDoc(aux1, gLnk("R", "Ceiling & Wall <br>Lamps", "CeilingLamps.htm"))
      insDoc(aux1, gLnk("R", "Automotive LEDs", "Autoleds.htm"))
      insDoc(aux1, gLnk("R", "Light Engine", "Lamina.htm"))
      insDoc(aux1, gLnk("R", "LED Lamps", "LEDLamps.htm"))
      insDoc(aux1, gLnk("R", "LED Torches", "LEDTorches.htm"))
      insDoc(aux1, gLnk("R", "Others", "OtherLamps.htm"))

   aux1 =insFld(foldersTree, gFld("Visit our Gallery", "Gallery.htm"))  
   aux1 =insFld(foldersTree, gFld("LED Displays", "LEDDisplays.htm"))
      insDoc(aux1, gLnk("R", "Sigle line Displays", "LEDDisplaysSingle.htm"))
      insDoc(aux1, gLnk("R", "Multi line Displays", "LEDDisplaysMulti.htm"))
   aux1 = insFld(foldersTree, gFld("Ethernet Products", "Ethernet.htm"))
   aux1 = insFld(foldersTree, gFld("Acoustic Sounders", "Acoustics.htm"))
   aux1 = insFld(foldersTree, gFld("Custom Design Services", "CustomDesign.htm"))
   aux1 = insFld(foldersTree, gFld("Bonus Offers", "Bonusoffers.htm"))
   aux1 = insFld(foldersTree, gFld("<font color=red>Bargain Basement</font>", "BargainBasement.htm"))
   aux1 = insFld(foldersTree, gFld("Enquiries", "EnquiryForm.htm"))
   aux1 = insFld(foldersTree, gFld("Orders", "OrderForm.htm"))