/* 
	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 = [
	['SolNet', '../disk/solnet.html', 
		['Описание', '../disk/opisanie.html'],
		['Настройки', 0,
			['Outlook', '../outlook.htm', 
				['Сервер', '../server.html', 
					['POP3', '../pop3.html'],
					['SMTP', '../smtp.html'],
				],

				['Пример', '../Outlook_Express.htm']
			],
			['Send mail', '../send_mail.htm'],
			['Web-mail', '../webmail.htm'],
		],
		['Услуги', 0, 
			['Хостинг'],
			['Скрипты'],
			['Программы'],
		],
		['Оплата', 0,
			['способы']
		],
		['Add a Link', '../submitsite.html']
	]
];