﻿try{

var current_menu = null;
menuroot = new Menu('','#');

		
			
			menuroot.addLink('Home','/en/home.html');
			
			
			
		
			
		
		
			
			
				
					menu100 = new Menu('Customer service','/en/customer-service.html','100');
					menuroot.addMenu(menu100);
				
				
			
			
		
			
			
				
				menu100.addLink('FAQ','/en/customer-service/faq.html');
				
				
				
			
				
			
			
				
				menu100.addLink('Useful tips','/en/customer-service/useful-tips.html');
				
				
				
			
				
			
			
				
				menu100.addLink('Where you can find us','/en/customer-service/where-you-can-find-us.html');
				
				
				
			
				
			
		
		
		
			
			
				
					menu200 = new Menu('Services','/en/services.html','200');
					menuroot.addMenu(menu200);
				
				
			
			
		
			
			
				
				menu200.addLink('Types of services','/en/services/types-of-services.html');
				
				
				
			
				
			
			
				
				menu200.addLink('Request documents','/en/services/electricity-prices/request-documents.html');
				
				
				
			
				
			
			
				
				menu200.addLink('Service prices','/en/services/electricity-prices/service-prices.html');
				
				
				
			
				
			
			
				
				menu200.addLink('Where to request','/en/services/electricity-prices/where-to-request.html');
				
				
				
			
				
			
		
		
		
			
			menuroot.addLink('Prices','/en/prices.html');
			
			
			
		
			
		
		
			
			
				
					menu400 = new Menu('About us','/en/about-us.html','400');
					menuroot.addMenu(menu400);
				
				
			
			
		
			
			
				
				menu400.addLink('Company\x27s profile','/en/about-us/companys-profile.html');
				
				
				
			
				
			
			
				
				menu400.addLink('History','/en/about-us/history.html');
				
				
				
			
				
			
			
				
				menu400.addLink('Human Resources','/en/about-us/human-resources.html');
				
				
				
			
				
			
			
				
				menu400.addLink('Equipment','/en/about-us/equipment.html');
				
				
				
			
				
			
			
				
				menu400.addLink('Investments','/en/about-us/investments.html');
				
				
				
			
				
			
			
				
				menu400.addLink('Environment','/en/about-us/environment.html');
				
				
				
			
				
			
		
		
		
			
			menuroot.addLink('Careers','/en/careers.html');
			
			
			
		
			
		
		
			
			menuroot.addLink('Contacts','/en/contacts.html');
			
			
			
		
			
		
		

}
catch(e) {
}

