// 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 = '../jsMenu/images/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<strong><i>Seminario 2009<br>27 e 28 Febbraio</i></strong>", "Sf9_cover.htm")
 aux1 = insFld(foldersTree, gFld("Presentazione", "Sf9_000_presentazione.htm"))
 aux1 = insFld(foldersTree, gFld("Programma", "Sf9_100_programma.htm"))
 aux1 = insFld(foldersTree, gFld("Modalit&agrave; d'iscrizione", "Sf9_200_modalita.htm"))
      insDoc(aux1, gLnk("R", "Modulo d'iscrizione", "Sf9_400_moduli.htm"))
 aux1 = insFld(foldersTree, gFld("Per raggiungere<br>la sede", "Sf9_300_Perlasede.htm"))
      insDoc(aux1, gLnk("R", "in aereo", "Sf9_301_Perlasede_aereo.htm"))
      insDoc(aux1, gLnk("R", "in auto (park)", "Sf9_302_Perlasede_auto.htm"))
      insDoc(aux1, gLnk("R", "in treno", "Sf9_303_Perlasede_treno.htm"))

 aux1 = insFld(foldersTree, gFld("Abstract", "Sf9_500_abstract.htm"))
      insDoc(aux1, gLnk("R", "D. Parisi", "Sf9_501_abstractParisi.htm"))
      insDoc(aux1, gLnk("R", "F. Pedr&ograve;", "Sf9_502_abstractPedro.htm"))
      insDoc(aux1, gLnk("R", "P. Limone", "Sf9_503_abstractLimone.htm"))
      insDoc(aux1, gLnk("R", "L. Frizzera-<br>F. Stacchini", "Sf9_504_abstractFrizzeraStacchini.htm"))
      insDoc(aux1, gLnk("R", "R. Nesler", "Sf9_505_abstractNesler.htm"))
      insDoc(aux1, gLnk("R", "R. Cubelli", "Sf9_506_abstractCubelli.htm"))
      insDoc(aux1, gLnk("R", "R. Donadon", "Sf9_507_abstractDonadon.htm"))
      insDoc(aux1, gLnk("R", "M. S. Smith", "Sf9_509_abstractSmith.htm"))
      insDoc(aux1, gLnk("R", "P. Ferri (tavola rotonda)", "Sf9_508_abstractFerri.htm"))

//  aux2 = insFld(aux1, gFld("sottocartella", "sottocartella.htm"))
//      insDoc(aux2, gLnk("R", "doc", "doc.htm"))


  aux1 = insFld(foldersTree, gFld("Download", "Sf9_999_Download.htm"))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"


