// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<b>Browse</b>", "demoFrameless.html")
  aux1 = insFld(foldersTree, gFld("Home", "http://www.eacbda.com/index.html"))
  aux1 = insFld(foldersTree, gFld("Help me!", "http://www.eacbda.com/help/service_request.html"))
  aux1 = insFld(foldersTree, gFld("Services", "#"))
    aux2 = insFld(aux1, gFld("Services Offered", "http://www.eacbda.com/services/services_offered.html"))
    aux2 = insFld(aux1, gFld("Price Rates", "http://www.eacbda.com/services/price_rates.html"))
    aux2 = insFld(aux1, gFld("Virus Alerts", "http://www.eacbda.com/services/virus_alerts.html"))
//    aux2 = insFld(aux1, gFld("Newsletters", "http://www.eacbda.com/services/newsletters.html"))
//    aux2 = insFld(aux1, gFld("Our Partner's", "http://www.eacbda.com/services/partners.html"))
  aux1 = insFld(foldersTree, gFld("About Us", "#"))
    aux2 = insFld(aux1, gFld("What's New", "http://www.eacbda.com/aboutus/whatsnew.php"))
	aux2 = insFld(aux1, gFld("The EAC Team", "http://www.eacbda.com/aboutus/team.html"))
    aux2 = insFld(aux1, gFld("EAC Team Skills", "http://www.eacbda.com/aboutus/skills.html"))    
    aux2 = insFld(aux1, gFld("Customer Testimonials", "http://www.eacbda.com/aboutus/testimonials.html"))    
	aux1 = insFld(foldersTree, gFld("Links", "#"))
    aux2 = insFld(aux1, gFld("Local Sites", "http://www.eacbda.com/links/local.html"))
    aux2 = insFld(aux1, gFld("Worldwide", "http://www.eacbda.com/links/worldwide.html"))
  aux1 = insFld(foldersTree, gFld("Partners", "http://www.eacbda.com/resellers/index.html"))  
  aux1 = insFld(foldersTree, gFld("Contact Us", "http://www.eacbda.com/contactus.html"))
    aux2 = insFld(aux1, gFld("Submit Testimonial", "http://www.eacbda.com/submit_testimonial.php"))    
  aux1 = insFld(foldersTree, gFld("Business Blog", "http://www.eacbda.com/blog/index.php"))
    aux2 = insFld(aux1, gFld("Sign up for Updates", "http://www.eacbda.com/blog/?page_id=12"))
  
