// 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("<FONT  color='black' face='monotype corsiva' size='4'>Plateria</font>", "central.html")




  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Cadenas</font>", "cadenas/cadenas.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"
  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Pulseras</font>", "pulseras/pulseras.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"
 
 


  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Anillos</font>", "anillos/anillos.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"
  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Aros</font>", "aros/aros.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"
  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Prendedores</font>", "prendedores/prendedores.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"


  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Conjuntos</font>", "conjuntos/conjuntos.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"
 

  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Plateria <br> Antigua</font>", "antigua/antigua.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"


 
  aux1 = insFld(foldersTree, gFld("<FONT  color='black' face='monotype corsiva' size='3'>Contactos</font>", "contacto.html"))
  aux1.iconSrc = ICONPATH + "blue.jpg"
  aux1.iconSrcClosed = ICONPATH + "blue.jpg"



