/* 
	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_menu/docs/items.html	
*/

var TREE_ITEMS = 
[
['Quick Links', '/support/orientation/content.html',
	['Registration/Service Selection', '/support/orientation/content.html#register'],
	['Downloading the Software', '/support/orientation/content.html#downloading'],
	['Using eSignal', '/support/orientation/content.html#using',
		['First Look', '/support/orientation/content.html#esignal'],
		['Layouts/Pages', '/support/orientation/content.html#layouts'],
		['Window Types', '/support/orientation/content.html#wintypes'],
		['Navigating Menus', '/support/orientation/content.html#nav'],
		['Charting', '/support/orientation/content.html#charting'],
		['Scanning the Markets', '/support/orientation/content.html#scan'],	
	],			
	['Symbol Formats & Lookup', '/support/orientation/content.html#formats'],
	['Formula Language', '/support/orientation/content.html#efs'],
	['Third Party Programs/Add-ons', '/support/orientation/content.html#thirdparty'],
	['Account Management/Billing', '/support/orientation/content.html#account'],
 	['Getting Help', '/support/orientation/content.html#help'],	
]
];


