
// Configures whether the names of the nodes are links (or whether only the icons
// are links).
USETEXTLINKS = 1

// Configures whether the tree is fully open upon loading of the page, or whether
// only the root node is visible.
STARTALLOPEN = 0

// Specify if the images are in a subdirectory;
ICONPATH = ''


foldersTree = gFld("<b>Treeview Sitemap</b>", "javascript:parent.op()")
  foldersTree.treeID = "Frameset"

  aux1 = insFld(foldersTree, gLnk("S", "Home", "index.php"))

  aux1 = insFld(foldersTree, gLnk("S", "About Us", "about.php"))

   
  aux1 = insFld(foldersTree, gFld( "Support Services", "services.php", "javascript:parent.op()"))
      insDoc(aux1, gLnk("S", "Hourly Support Services", "hourly_support.php"))
      insDoc(aux1, gLnk("S", "Fixed Fee Managed Services", "fixed_services.php"))

      //
	
	aux1.iconSrc = ICONPATH + "js/diffFolder.gif"
   aux1.iconSrcClosed = ICONPATH + "js/diffFolder.gif"
  
	  aux1 = insFld(foldersTree, gFld( "Solutions", "solution.php", "javascript:parent.op()"))
      insDoc(aux1, gLnk("S", "Network Design and Installation", "network.php"))
      insDoc(aux1, gLnk("S", "Voice and Data Cabling", "cabling.php"))
	  insDoc(aux1, gLnk("S", "Wireless Networks", "wireless_networks.php"))
	  insDoc(aux1, gLnk("S", "Telephone Systems", "telephone_systems.php"))
      insDoc(aux1, gLnk("S", "Digital Video Surveillance Systems", "video_systems.php"))

      //
     

   aux1.iconSrc = ICONPATH + "js/diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "js/diffFolder.gif"
    
  aux1 = insFld(foldersTree, gLnk("S", "Free Evaluation", "evalution.php"))

aux1 = insFld(foldersTree, gLnk("S", "Partners", "partner.php"))

aux1 = insFld(foldersTree, gLnk("S", "News & Events ", "news.php"))

aux1 = insFld(foldersTree, gLnk("S", "Client Login ", "client.php"))

aux1 = insFld(foldersTree, gLnk("S", "Careers", "career.php"))

aux1 = insFld(foldersTree, gLnk("S", "Employee Login", "employee.php"))

aux1 = insFld(foldersTree, gLnk("S", "Contact Us ", "contact.php"))

aux1 = insFld(foldersTree, gLnk("S", "Sitemap ", "sitemap.php"))
    


