// 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

// Decide if the tree is to to be shown on a separate frame of its own
USEFRAMES = 0

// Remove the folder and link icons and keep only the +/- icons
USEICONS = 0

// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 1

// Folders reopen toprevious state across page loads
PERSERVESTATE = 1


foldersTree = gFld("", "")
  aux1 = insFld(foldersTree, gFld("home", "http://" + document.domain + "/index.php"))
  aux1 = insFld(foldersTree, gFld("company", "http://" + document.domain + "/company.php"))
  aux1 = insFld(foldersTree, gFld("products & services", "http://" + document.domain + "/product.php"))
//    aux2 = insFld(aux1, gFld("ERP", "http://" + document.domain + "/erp.php"))
//    aux2 = insFld(aux1, gFld("Business Intelligence", "http://" + document.domain + "/bi.php"))
    aux2 = insFld(aux1, gFld("Business Intelligence", "http://" + document.domain + "/bi.php"))
    	aux3 = insFld(aux2, gFld("Data Integration", "http://" + document.domain + "/di.php"))
    	aux3 = insFld(aux2, gFld("Dashboard", "http://" + document.domain + "/dashboard.php"))
    	aux3 = insFld(aux2, gFld("Enterprise Reporting", "http://" + document.domain + "/entrep.php"))
    aux2 = insFld(aux1, gFld("Electronic Messaging", "http://" + document.domain + "/electronicmessage.php"))
    aux2 = insFld(aux1, gFld("Internet Connectivity", "http://" + document.domain + "/internetconnectivity.php"))
    aux2 = insFld(aux1, gFld("IT support services", "http://" + document.domain + "/itsupport.php"))
    aux2 = insFld(aux1, gFld("Regulatory Reporting", "http://" + document.domain + "/stb-reporter.php"))
    aux2 = insFld(aux1, gFld("Anti Money Laundering", "http://" + document.domain + "/stb-detector.php"))
  aux1 = insFld(foldersTree, gFld("clients", "http://" + document.domain + "/clients.php"))
  aux1 = insFld(foldersTree, gFld("news", "http://" + document.domain + "/news.php"))
  aux1 = insFld(foldersTree, gFld("career", "http://" + document.domain + "/career.php"))
//  aux1 = insFld(foldersTree, gFld("pricing", "http://" + document.domain + "/price.php"))
//  aux1 = insFld(foldersTree, gFld("pricing", "#"))



//  alevel3[index++] = "2|Business Intelligence|bi.php";
//  alevel3[index++] = "2|Electronic Messaging|electronicmessage.php";
//  alevel3[index++] = "2|Internet Connectivity|internetconnectivity.php";
//  alevel3[index++] = "2|IT support services|itsupport.php";
//  alevel3[index++] = "2|Regulatory Reporting|stb-reporter.php";
