
// 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>Our sitemap</b>", "javascript:parent.op()")
  foldersTree.treeID = "Frameset"

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

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

   
  aux1 = insFld(foldersTree, gFld("Services", "services.php"))

      insDoc(aux1, gLnk("S", "Web Site", "services.php#Web"))
      insDoc(aux1, gLnk("S", "Banners", "services.php#banners"))
      insDoc(aux1, gLnk("S", "Logos Designing", "services.php#logo"))
      insDoc(aux1, gLnk("S", "SEO/SEM", "services.php#seo"))
      insDoc(aux1, gLnk("S", "Email Advertisement", "services.php#email"))
      insDoc(aux1, gLnk("S", "Corporate Presentation", "services.php#corporate"))
      insDoc(aux1, gLnk("S", "Web Hosting-Linux", "services.php#webhosting"))
      insDoc(aux1, gLnk("S", "Web Hosting-Windos", "services.php#webhosting"))
      //
     

   aux1.iconSrc = ICONPATH + "js/diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "js/diffFolder.gif"
    
  aux1 = insFld(foldersTree, gLnk("S", "Our Work", "web.php"))

aux1 = insFld(foldersTree, gLnk("S", "Testimonials", "testimonials.php"))

aux1 = insFld(foldersTree, gLnk("S", "Outsourcing", "outsourcing.php"))

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

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

aux1 = insFld(foldersTree, gLnk("S", "Ask For Quote", "askforquite.php"))

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

