// You can find instructions for this file here:
// http://www.treeview.net

AutoClose = 1


// 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 = 1 //replace 0 with 1 to show the whole tree

ICONPATH = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'


//foldersTree = gFld("<p align=center><b><i>General</i></b></p>", "")
//foldersTree.iconSrc = ICONPATH + "icon1.gif"
foldersTree = gFld("", "")
foldersTree.iconSrc = ICONPATH + "do.gif"

F1 = insFld(foldersTree, gFld("Report", "../rep/Scan.html"))
 TA=insDoc(F1, gLnk("R", "Table Of Contents", "../rep/scan.html#table_of"))
 TA.iconSrc = ICONPATH + "toc.gif"
 GE=insDoc(F1, gLnk("R", "Introduction", "../rep/scan.html#intro"))
 GE.iconSrc = ICONPATH + "inf.gif"
 EX=insDoc(F1, gLnk("R", "Executive Summary", "../rep/scan.html#executive"))
 EX.iconSrc = ICONPATH + "es.gif"
 VU=insDoc(F1, gLnk("R", "Technical Details", "../rep/Scan.html#technical"))
 VU.iconSrc = ICONPATH + "vf.gif"
  
     
F2 = insFld(foldersTree, gFld("About Us", "javascript:parent.op()"))
  
  CP=insDoc(F2, gLnk("R", "GamaSec", "GamaScan.pdf"))
  CP.iconSrc = ICONPATH + "cf.gif"
  CU=insDoc(F2, gLnk("R", "Contact Us", "Contact.html"))
  CU.iconSrc = ICONPATH + "cu.gif"
      
 