// Tree structure definition
var TREE_NODES = [
	["Main part", null, null,

		["Contacts", "../about.html", null,
		],
		["Services", "../facility.html", null,
		],
		["Price", "../price.html", null,
		],
	],
	["Articles", null, null,
		["All articles", "../articles/index.html", null,
		]
	],
	["Repair", null, null,
		["HDD", "../repair/hdd.html", null,
		],
		["Deleted recovery", "../repair/lostrecover.html", null,
		],	
		["Broken recovery", "../repair/infrecover.html", null,
		],			
		["HDD manuals", "../repair/hdduse.html", null,
		],		
		["World datarec", "../repair/othercity.html", null,
		],					
	],
];
