/* 
	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
Syntax for structures:
var TREE_ITEMS = [
	['item_name', 'url',
		['subitem_name', 'url'],
	],
];
*/

var TREE_ITEMS = [
	['RadioStreaming-ELM', 'intro.htm',
		['How to use it', 'legend.htm'],
		['Menu list', 'elm-menu.htm'],
		['Why streaming', 'why.htm'],
		['Before you start to stream', 'before/main.htm',
			['Finding a good place', 'before/place.htm'],
			['Electricity', 'before/electro.htm'],
			['Questions about internet', 'before/internet.htm'],
		],
		['Streaming theory', 'theory/main.htm',
			['The three server setup', 'theory/3server.htm'],
			['Digitizing the sound', 'theory/digitizing.htm'],
			['Formats', 'theory/formats.htm',
				['wav', 'theory/formats.htm#wav'],
				['mp3', 'theory/formats.htm#mp3'],
				['ra', 'theory/formats.htm#ra'],
				['wma', 'theory/formats.htm#wma'],
				['ogg', 'theory/formats.htm#ogg'],
			],
			['Quality', 'theory/quality.htm',
				['Quality samples', 'theory/quality.htm#samples'],
			],
			['Bandwidth', 'theory/bandwidth.htm',
				['Bit rate', 'theory/bandwidth.htm#bitrate'],
				['Up/downstream', 'theory/bandwidth.htm#downstream'],
			],
			['Firewalls', 'theory/firewalls.htm'],
			['Streaming bottlenecks', 'theory/bottlenecks.htm'],
			['Private and public IP', 'theory/ips.htm'],
		],
		['Getting onto the internet', 'getting/main.htm',
			['Switches, cables, etc.', 'getting/switches.htm'],
			['Connection scenarios', 'getting/scenarios.htm',
				['Modem', 'getting/scenarios.htm#modem'],
				['ISDN','getting/scenarios.htm#ISDN'],
				['DSL', 'getting/scenarios.htm#DSL'],
				['LAN', 'getting/scenarios.htm#LAN'],
				['Wireless', 'getting/scenarios.htm#wireless'],
			],
			['DHCP and fixed IP', 'getting/dhcp.htm'],
			['DNS', 'getting/dns.htm'],
			['Connection tools', 'getting/nettools.htm',
				['Ping', 'getting/nettools.htm#ping'],
				['Mtr', 'getting/nettools.htm#mtr'],
			],
		],
		['Audio components', 'audio/main.htm',
			['Audio cables', 'audio/audiocables.htm'],
			['The analog mixer', 'audio/analogmixer.htm'],
			['The sound card', 'audio/soundcard.htm'],
			['The software mixer', 'audio/softmixer.htm'],
			['Linux audio', 'audio/alsa.htm'],
		],
		['Streaming software', 'software/main.htm',
			['Software theory', 'software/stream.htm'],
			['The icecast 2 server', 'software/icecast.htm'],
			['Darkice', 'software/darkice.htm'],
			['Ices 2', 'software/ices2.htm'],
			['Muse', 'software/muse.htm'],
		],
		['Stream with StreamBOX', 'streambox/main.htm',
			['Start StreamBOX', 'streambox/start.htm'],
			['Stream with StreamBOX', 'streambox/stream.htm'],
		],
		['Receiving the stream', 'receive/main.htm',
			['Listen to a stream', 'receive/listen.htm'],
			['Managing buffers', 'receive/buffers.htm'],
			['Icecast 1 status page', 'receive/ice1status.htm'],
			['Icecast 2 status page', 'receive/ice1status.htm'],
		],
		['Communicating', 'communicate/main.htm',
			['IRC chat', 'communicate/chat.htm'],
			['SSH', 'communicate/ssh.htm'],
		],
		['Taking a break', 'break/index.htm'],
		['Images for further working', 'images.htm'],
		['Links and more learning stuff', 'links.htm'],
		['Glossary', 'glossary.htm'],
	],
];

