// 

// 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("<i>Financial (Select a Year)</i>", "")
  aux1 = insFld(foldersTree, gFld("Unaudited", ""))
   
  
aux2 = insFld(aux1, gFld("2010", ""))

insDoc(aux2, gLnk("R", "Quarter1 -(Zip File (610 KB))", "PDF/FIN/174_2010_Q1_e.zip"))
insDoc(aux2, gLnk("R", "Quarter2 -(Zip File (633 KB))", "PDF/FIN/174_2010_Q2_e.zip"))








    

     



  aux1 = insFld(foldersTree, gFld("Audited", ""))
    aux2 = insFld(aux1, gFld("by Year", ""))

  
 insDoc(aux2, gLnk("R", "2007 -(zip File) 1.32 MB", "PDF/Fin/2007Yearly_e.zip"))
insDoc(aux2, gLnk("R", "2008 -(zip File) 1.26 MB", "PDF/Fin/2008Yearly_e.zip"))
insDoc(aux2, gLnk("R", "2009 -(zip File) 1.24 MB", "PDF/Fin/174_2009_Yearly_e.zip"))
      

    










 








