// You can find instructions for this file here:
// http://www.geocities.com/marcelino_martins/ftv2instructions.html

// 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

foldersTree = gFld("ALGIHAZ", "index.aspx")

aux1 = insFld(foldersTree, gFld("Strategic Business Units (SBUs)", "JavaScript://"))
  aux2 = insDoc(aux1, gLnk(2,"Realestate", "overview.aspx"))
  aux2 = insDoc(aux1, gLnk(2,"Energy", "founder.aspx"))
  aux2 = insDoc(aux1, gLnk(2,"Info Com", "president.aspx"))
  aux2 = insDoc(aux1, gLnk(2,"Industrial", "industrial.aspx"))


aux1 = insFld(foldersTree, gFld("About Us", "JavaScript://"))
  aux2 = insDoc(aux1, gLnk(2,"Overview", "overview.aspx"))
  aux2 = insDoc(aux1, gLnk(2,"The Founder", "founder.aspx"))
  aux2 = insDoc(aux1, gLnk(2,"President's Address", "president.aspx"))
  

 
aux1 = insFld(foldersTree, gFld("Portfolio", "JavaScript://"))
    aux2 = insDoc(aux1, gLnk(2,"Real Estate", "estate.aspx?type=2&division=1"))
    aux2 = insDoc(aux1, gLnk(2,"Energy", "estate.aspx?type=2&division=3"))
    aux2 = insDoc(aux1, gLnk(2,"Info Com", "estate.aspx?type=2&division=4"))
     aux2 = insDoc(aux1, gLnk(2,"Industrial", "estate.aspx?type=2&division=2"))
    
       
aux1 = insFld(foldersTree, gFld("Projects", "JavaScript://"))
    aux2 = insDoc(aux1, gLnk(2,"Real Estate", "estate.aspx?type=1&division=1"))
    aux2 = insDoc(aux1, gLnk(2,"Energy", "estate.aspx?type=1&division=3"))
    aux2 = insDoc(aux1, gLnk(2,"Info Com", "estate.aspx?type=1&division=4"))
     aux2 = insDoc(aux1, gLnk(2,"Industrial", "estate.aspx?type=1&division=2"))
       

       
  aux1 = insDoc(foldersTree, gLnk(2,"News & Events", "news_events.aspx"))  
    aux1 = insDoc(foldersTree, gLnk(2,"Downloads", "downloads.aspx"))  
  aux1 = insDoc(foldersTree, gLnk(2,"Career", "careers.aspx"))  

aux1 = insFld(foldersTree, gFld("Contact Us", "JavaScript://"))
    aux2 = insDoc(aux1, gLnk(2,"Send us a word", "contactus.aspx"))
    aux2 = insDoc(aux1, gLnk(2,"Addresses", "addresses.aspx"))
  
       
     
  

