// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<b>Product Categories</b>", "javascript:undefined")
foldersTree.treeID = "ProductTree"

  aux1 = insFld(foldersTree, gFld("Solar Generators", "javascript:undefined"))

    aux2 = insFld(aux1, gFld("SP Professional Series / Trailered", "spseries.htm"))
      insDoc(aux2, gLnk("S", "SP1500T 120v/60Hz", "1500sp.htm"))
      insDoc(aux2, gLnk("S", "SP2400T 120v/60Hz", "2400sp.htm"))
      insDoc(aux2, gLnk("S", "SP3600T 120v/60Hz", "sp3600t.htm"))
      insDoc(aux2, gLnk("S", "SP4000T SW 120v/60Hz", "sp4000t.htm"))
      insDoc(aux2, gLnk("S", "SP5500T SW 120v/60Hz", "sp5500t.htm"))

    aux2 = insFld(aux1, gFld("SH Residential Series / Portable", "shseries.htm"))
      insDoc(aux2, gLnk("S", "SH1000P 120v/60Hz", "sh1000p.htm"))
      insDoc(aux2, gLnk("S", "SH1250P 120v/60Hz", "sh1250p.htm"))
      insDoc(aux2, gLnk("S", "SH1800P 120v/60Hz", "sh1800p.htm"))
      insDoc(aux2, gLnk("S", "SH2000P 120v/60Hz", "sh2000p.htm"))
      insDoc(aux2, gLnk("S", "SH2400P 120v/60Hz", "sh2400p.htm"))
      insDoc(aux2, gLnk("S", "SH3000P 120v/60Hz", "sh3000p.htm"))

  insDoc(foldersTree, gLnk("S", "Compare All Products", "productcomp.htm"))

  insDoc(foldersTree, gLnk("S", "Custom Product Development", "customprods.htm"))

  aux1 = insFld(foldersTree, gFld("Document Downloads", "javascript:undefined"))
    insDoc(aux1, gLnk("B", "SH1000P Specifications", "productspecs/sh1000pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SH1250P Specifications", "productspecs/sh1250pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SH1800P Specifications", "productspecs/sh1800pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SH2000P Specifications", "productspecs/sh2000pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SH2400P Specifications", "productspecs/sh2400pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SH2400P Specifications", "productspecs/sh3000pspecs.pdf"))
    insDoc(aux1, gLnk("B", "SP1500T Specifications", "productspecs/sp1500tspecs.pdf"))
    insDoc(aux1, gLnk("B", "SP2400T Specifications", "productspecs/sp2400tspecs.pdf"))
    insDoc(aux1, gLnk("B", "SP3600T Specifications", "productspecs/sp3600tspecs.pdf"))
    insDoc(aux1, gLnk("B", "SP4000T Specifications", "productspecs/sp4000tspecs.pdf"))

  aux1 = insFld(foldersTree, gFld("Product Testing", "javascript:undefined"))
        insDoc(aux1, gLnk("S", "SP3600T Test Data", "http://www.northstarenergyservices.com/sp3600t_test_data.htm"))
    
  aux1 = insFld(foldersTree, gFld("Policies", "javascript:undefined"))
    insDoc(aux1, gLnk("S", "Warranty Policy", "warranty.htm"))
    insDoc(aux1, gLnk("S", "Return Policy", "returns.htm"))
    insDoc(aux1, gLnk("S", "Shipping Policy", "shipping.htm"))
    insDoc(aux1, gLnk("S", "Payment Policy", "payments.htm"))