//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1

//

foldersTree = gFld("<font color='white'>Why Train with GTEN</font>", "javascript:undefined")
  foldersTree.treeID = "OurCourses"
  aux1 = insFld(foldersTree, gFld("Why train with GTEN", "TrainGTEN.html"))
  aux1 = insFld(foldersTree, gFld("Our Courses", "OurCourses.html"))
	aux2 = insFld(aux1, gFld("Software Testing", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Fundamentals of Software Testing", "SoftwareTesting.html"))
      insDoc(aux2, gLnk("S", "Fundamentals of Software Testing", "SoftwareTesting.html"))
      insDoc(aux2, gLnk("S", "Test Case Design Techniques", "DesignTechniques.html"))
      insDoc(aux2, gLnk("S", "Test Planning & Management", "PlanManagement.html"))
	  insDoc(aux2, gLnk("S", "Security Testing", "SecutiryTest.html"))
	 aux2 = insFld(aux1, gFld("HP Mercury", "javascript:undefined"))
   // aux2 = insFld(aux1, gFld("Europe", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
      insDoc(aux2, gLnk("S", "Fundamentals of LoadRunner9.5", "LoadRunner.html"))
      insDoc(aux2, gLnk("S", "VuGen 9.5 Scripting for Web", "VuGen.html"))
	  insDoc(aux2, gLnk("S", "QuickTest Professional 9.5", "QuickTest.html"))
	  insDoc(aux2, gLnk("S", "Advanced QuickTest Professional 9.5", "AdvQuickTest.html"))
	  insDoc(aux2, gLnk("S", "VB Scripting for QuickTest Professional 9.5", "VBQuickTest.html"))
	  insDoc(aux2, gLnk("S", "Fundamentals using the Quality Center 9.2", "QualityCenter.html"))
	  insDoc(aux2, gLnk("S", "QC 9.2: Project Planning and Customization", "PlanCustom.html"))
	aux2 = insFld(aux1, gFld("Open Source", "javascript:undefined"))
		insDoc(aux2, gLnk("S", "Selenium", "Selenium.html"))
		insDoc(aux2, gLnk("S", "Fundamentals of Jmeter", "Jmeter.html"))
		insDoc(aux2, gLnk("S", "Fundamentals of Open STA", "OpenSTA.html"))
		insDoc(aux2, gLnk("S", "Comprehensive Webload", "Webload.html"))
		insDoc(aux2, gLnk("S", "Bugzilla", "Bugzilla.html"))
	aux2 = insFld(aux1, gFld("Fresher Training Programs", "javascript:undefined"))
		insDoc(aux2, gLnk("S", "Fundamentals of Manual Testing", "MutualTesting.html"))
		insDoc(aux2, gLnk("S", "Fundamentals of Automation Testing", "AutomationTesting.html"))
		insDoc(aux2, gLnk("S", "Fundamentals of Quality Center", "FundQualityCenter.html"))
		insDoc(aux2, gLnk("S", "Fundamentals of Performance Testing", "FundPerformanceTesting.html"))
	aux1 = insFld(foldersTree, gFld("Public Workshops", "PublicWorkshops.html"))
	aux1 = insFld(foldersTree, gFld("Quotes of Trainees", "QuotesTrainees.html"))
    