/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = 
[
	['Oracle Secure Enterprise Search </br>Administration Tutorial','html/tutorialhome.htm', 
	    ['Product Overview','html/productovw.htm',
		    ['The Search Crawler','html/crawlerovw.htm'
			 ],
			['The Search Engine','html/engineovw.htm'
			 ]
          ],
            ['Installation Tips','html/installovw.htm',
		     ['Linux','html/linuxshowme.htm'
			 ],
			['Windows','html/windowsshowme.htm'
			 ]
            ],  		
            ['What to Do First','html/getstartedshowme.htm'
            ],            
            ['Common Ongoing Tasks','html/commontasksintro.htm',
                ['Managing Sources','html/sourcesintro.htm',
				      ['Defining an External Web Source','html/externalshowme.htm'
					   ],
					  ['Defining a Table Source','html/tableshowme.htm'
					   ],
					  ['Setting Additional Parameters','html/paramshowme.htm'
					   ]
					  
					   
                ],
               
		['Troubleshooting','html/Troubleshootshowme.htm'
                ],		    
		['Managing Crawl Schedules','html/schedulesshowme.htm'
                ],
                ['Monitoring Statistics','html/statsshowme.htm'
                ],
				
	
			  
				['Enhancing Search Quality','html/qualityshowme.htm'
                ],
				['Maintaining the Index','html/indexshowme.htm'
                ],
                ['Maintaining the Search Engine','html/engineintro.htm',
                      ['Startup and Shutdown','html/startstopshowme.htm'
                      ],
                      ['Backup and Restore','html/backuprestoreshowme.htm'
                      ]
                ]
             ],
             ['Advanced Configuration','html/advconfigintro.htm',
        	['Configuring Global Crawler Settings','html/configsearchappshowme.htm'
                ],
                ['Configuring the Query Application','html/configurequeryshowme.htm'
                ],
	 
	  	
                ['Enabling Secure Crawl','html/securecrawlintro.htm',
					  ['HTTP Basic Authentication','html/httpauthshowme.htm'
					   ],
	
					  ['Form-based Authentication','html/loginshowme.htm'
					   ]
	 
                ],
				['Enabling Secure Search','html/secureintro.htm',
				      	  ['Connecting to Identity Management System','html/identitymgtshowme.htm'
					   ],
					  ['Using Access Control List Authentication','html/securesearchshowme.htm'
					   ],
					  ['Defining Self-Service E-mail Authentication','html/emailshowme.htm'
					   ]
					 ],

 				['Creating Additional Sources','html/additionalsourcesintro.htm',
					  ['Defining a Mailing List Source','html/mailinglistshowme.htm'
					   ],
					  ['Defining an OracleAS Portal Source','html/portalshowme.htm'
					   ],
					 ['Secure Federated Search','html/federatedsearchovw.htm',
		    				['What Is Federated Search','html/whatisfedsearch.htm'
		    				 ],
		   				 ['Oracle SES Federation Architecture','html/fedsearcharchitecture.htm'
		    				 ],	
		    				['Federation Trusted Entities','html/fedtrustedentities.htm'
		    				 ],
		   				 ['Defining a Federated Source','html/createfedsource.htm'
		    				 ]
					     ],
					  ['Defining an Oracle Calendar Source','html/calendarshowme.htm'
					   ],
					  ['Defining an Oracle Content DB Source','html/contentdbshowme.htm'
					   ],
					  ['Defining a Database Source','html/databaseshowme.htm'
					   ],
 					  ['Creating an E-Business Suite 11i Source','html/ebusinessshome.htm'
					   ],
					 ['Setting up a Siebel 8 Source','html/siebelshowme.htm'
					   ],
					 ['Defining a Stellent Source','html/stellentshowme.htm'
					   ],
					 ['Enabling the Image Document Service Connector','html/intermediashowme.htm'
					   ],
					 ['Defining a MS SharePoint 2007 Source ','html/sharepointshowme.htm'
					   ],
					 ['Enabling the Authorization Cache Synchronizer','html/usercrawlershowme.htm'
					   ],
					 ['Supporting Longer URLs','html/longurls.htm'
					   ]
                ],
                ['Changing the Search Port','html/portshowme.htm'
                ],
                ['Enhancing Multi-lingual Support','html/multilingshowme.htm'
                ],
	  ['Oracle Secure Enterprise Search APIs','html/apiintro.htm'
	  ],			
	  ['Admin Web Service','html/webservicesinterface.htm'
	  ]			
             ]
  ]
];