// 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 = 'foldimages/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("  ")


  aux1 = insFld(foldersTree, gFld("DC / AC Input - Triac Output - 1 Phase - Dinrail mounting (WG M8)", ""))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
    docAux = insDoc(aux1, gLnk("B", "WG M8 6D 03Z/R : 600V peak-off-state / 3A / 24-280 Vac", "../products/WG M8 6D.pdf "))
    docAux.iconSrc = "pdf_logo.gif"
    docAux = insDoc(aux1, gLnk("B", "WG M8 6D 05Z/R : 600V peak-off-state / 5A / 24-280 Vac", "../products/WG M8 6D.pdf "))
    docAux.iconSrc = "pdf_logo.gif"
    docAux = insDoc(aux1, gLnk("B", "WG M8 6B 05Z/R : 600V peak-off-state / 5A / 24-280 Vac", "../products/WG M8 6B05.pdf "))
    docAux.iconSrc = "pdf_logo.gif"
   
    
 

