// 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("Input Module : AC Input - Transistor Output (WG (M)IAC)", ""))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
    docAux = insDoc(aux1, gLnk("B", "WG (M)IAC XXX : 90-280Vac Input / 30Vdc -50mA Output - 2.75 -30Vdc Logic Supply", "../products/WG (M)IAC.pdf"))
    docAux.iconSrc = "pdf_logo.gif"
    

 aux1 = insFld(foldersTree, gFld("Input Module : DC Input - Transistor Output (WG (M)IDC)", ""))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
   docAux = insDoc(aux1, gLnk("B", "WG (M)IDC XXX : 3.3-32Vdc Input / 30Vdc -50mA Output - 2.75 -30Vdc Logic Supply", "../products/WG (M)IDC.pdf"))
    docAux.iconSrc = "pdf_logo.gif"
     

 aux1 = insFld(foldersTree, gFld("Output Module : DC Input - Triac Output (WG (M)OAC)", ""))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
    docAux = insDoc(aux1, gLnk("B", "WG (M)OAC XXX : 600v peak-off-state - 3A - 24-280Vac", "../products/WG (M)OAC.pdf"))
    docAux.iconSrc = "pdf_logo.gif"
   

  aux1 = insFld(foldersTree, gFld("Output Module : DC Input - Transistor Output (WG (M)ODC)", ""))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
    docAux = insDoc(aux1, gLnk("B", "WG (M)ODC XXX : 3-200 Vdc - 0.01-3A", "../products/WG (M)ODC.pdf"))
    docAux.iconSrc = "pdf_logo.gif"
    

