/*
	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 = [
    ['Webs', 0,
	['Өмнөх үг', 'http://webs.freeweb7.com/'],	 
	['Google Adsense', 0,
		 ['Баримтлах дүрэм', '/?p=7'],
		 ['Бүртгүүлэх', '/?p=13'],
		 ['Зар үүсгэх', '/?p=12'],
		 ['Анхаарах зүйлс', '/?p=1'],
		 ['Шинээр элсэх', '/?p=1'],
		 ['Шинээр элсэх', '/?p=1'],
		 ['Шинээр элсэх', '/?p=1'],
		],
	['Фликсия', 0,
		['Нэгдүгээр'],
		['Хоёрдугаар'],
		['Гуравдугаар'],
		],
	['Цуглуулга', 0,
		['Сэдэв']
		],
    ]
];