// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
HIGHLIGHT_COLOR = '#008BB4'
HIGHLIGHT_BG = '#B3DBE7'
HIGHLIGHT = 1
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
ICONPATH = 'img/'
WRAPTEXT = 1
PERSERVESTATE = 1


foldersTree = gFld("<b>Home</b>", "index.jsp")
	//Travel Agencies
	aux1 = insFld(foldersTree, gFld("Travel Agencies", "index_agencies.jsp"))
		insDoc(aux1, gLnk("S", "What is it?", "what.jsp"))
		insDoc(aux1, gLnk("S", "Which Option to Choose?", "choose.jsp"))
		insDoc(aux1, gLnk("S", "Getting Started", "getstarted.jsp"))
		//MicroSite
		aux2 = insFld(aux1, gFld("MicroSite", "microsite.jsp"))
			//insDoc(aux2, gLnk("S", "News & Notices", "xx.jsp"))
			insDoc(aux2, gLnk("B", "See Example", "MS20example.html"))
			insDoc(aux2, gLnk("B", "Global Documentation", "documentation/TransHotelMicroSiteVS20_ENG.pdf"))
			//insDoc(aux2, gLnk("B", "HotelPlus Annex (Spanish)", "documentation/HotelPlusMicroSiteVS20.pdf"))
			//aux3 = insFld(aux2, gFld("Download Sample Code", "javascript:undefined"))
			//	docAux = insDoc(aux3, gLnk("B", "in ASP", "/microsite/code_examples/asp_microsite.zip"))
			//	docAux.iconSrc = "diffDoc.gif"
			//	insDoc(aux3, gLnk("B", "in JSP", "/microsite/code_examples/jsp_microsite.zip"))
			//	insDoc(aux3, gLnk("B", "in PHP", "/microsite/code_examples/php_microsite.zip"))
		//XML Web Service
		aux2 = insFld(aux1, gFld("XML Web Service", "xml.jsp"))
			insDoc(aux2, gLnk("S", "News & Notices", "updates.jsp"))
			//insDoc(aux2, gLnk("B", "See Example", "/xml/"))
			insDoc(aux2, gLnk("B", "Hotels TH", "documentation/TransHotelXMLWebServiceVS40ENG.pdf"))
			//insDoc(aux2, gLnk("B", "Hotels Booking Express", "documentation/BookingExpressENG.pdf"))			
			insDoc(aux2, gLnk("B", "Tours", "documentation/TransHotelXMLWebServiceVS40ToursENG.pdf"))						
			insDoc(aux2, gLnk("B", "Transfers", "documentation/TransHotelXMLWebServiceVS40TransfersENG.pdf"))						
			//insDoc(aux2, gLnk("B", "HotelPlus Annex (Spanish)", "documentation/HotelPlusXMLWebServiceVS10.pdf"))
			insDoc(aux2, gLnk("B", "Test Interface", "XMLCallRequest.jsp"))
			//insDoc(aux2, gLnk("B", "Download Sample Code in JSP", "/xml/code_examples/jsp_xml.zip"))
		
		//Accesos Directos
		aux3 = insFld(aux1, gFld("TOR System Shortcuts", ""))
		insDoc(aux3, gLnk("B", "Documentation", "documentation/TORsystem-AccesosDirectos-EN.pdf"))
	
		//FAQs
		insDoc(aux1, gLnk("S", "FAQs", "faq.jsp"))

	//Hotels
	insDoc(foldersTree, gLnk("S", "Hotels", "index_hotels.jsp"))
	
	
  /*
	aux1 = insFld(foldersTree, gFld("Hotels", "index_hotels.jsp"))
		//XML Web Service
		insDoc(aux1, gLnk("S", "XML Web Service", "xx.jsp"))
		//FAQs
		insDoc(aux1, gLnk("S", "FAQs", "faq.jsp"))
		//News & Notices
		insDoc(aux1, gLnk("S", "News & Notices", "xx.jsp"))
  */

	//Software Providers for Travel Agencies
	aux1 = insFld(foldersTree, gFld("Software Providers for Travel Agencies", "index_sp_agencies.jsp"))
		//Utilities
		//insDoc(aux1, gLnk("S", "Utilities", "utils.jsp"))
		insDoc(aux1, gLnk("B", "Download Documentation", "documentation/TransHotelServSPAAVV.pdf"))//FAQs
		//insDoc(aux1, gLnk("S", "FAQs", "faq.jsp"))
		//News & Notices
		//insDoc(aux1, gLnk("S", "News & Notices", "xx.jsp"))

	//Software Providers for Hotels
	//insDoc(foldersTree, gLnk("S", "Software Providers for Hotels", "index_sp_hotels.jsp"))
  /*
	aux1 = insFld(foldersTree, gFld("Software Providers for Hotels", "index_sp_hotels.jsp"))
		//Utilities
		insDoc(aux1, gLnk("S", "Utilities", "xx.jsp"))
		//FAQs
		insDoc(aux1, gLnk("S", "FAQs", "faq.jsp"))
		//News & Notices
		insDoc(aux1, gLnk("S", "News & Notices", "xx.jsp"))
  */

	insDoc(foldersTree, gLnk("S", "Contact", "contact.jsp"))

/*
  aux1 = insFld(foldersTree, gFld("Types of node", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Expandable with link", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
      insDoc(aux2, gLnk("S", "London", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
    aux2 = insFld(aux1, gFld("Expandable without link", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "NYC", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
    insDoc(aux1, gLnk("B", "Opens in new window", "http://www.treeview.net/treemenu/demopics/beenthere_pisa.jpg"))
 */
