﻿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);
			
			
		
	
	
		
	
		
		
			
				menu101 = new Menu('Households and business customers','/en/customer-service/households-and-business-customers.html','101');
				menu100.addMenu(menu101);
			
			
		
	
	
		
	
		
		menu101.addLink('Account information','/en/customer-service/households-and-business-customers/account-information.html');
		
		
	
	

	
		
		menu101.addLink('Customer number information','/en/customer-service/households-and-business-customers/itn-information.html');
		
		
	
	

	

	
		
		
			
				menu110 = new Menu('New customers','/en/customer-service/new-customers.html','110');
				menu100.addMenu(menu110);
			
			
		
	
	
		
	
		
		menu110.addLink('Documents','/en/customer-service/new-customers/documents.html');
		
		
	
	

	

	
		
		
			
				menu112 = new Menu('Ways of payment','/en/customer-service/ways-of-payment.html','112');
				menu100.addMenu(menu112);
			
			
		
	
	
		
	
		
		menu112.addLink('Non-cash','/en/customer-service/ways-of-payment/non-cash.html');
		
		
	
	

	
		
		menu112.addLink('Cash','/en/customer-service/ways-of-payment/cash.html');
		
		
	
	

	

	
		
		menu100.addLink('Cash desks','/en/customer-service/cash-desks.html');
		
		
	
	
		
	

	
		
		menu100.addLink('FAQ','/en/customer-service/faq.html');
		
		
	
	
		
	

	
		
		menu100.addLink('Electricity saving tips','/en/customer-service/electricity-saving-tips.html');
		
		
	
	
		
	

	

	
		
		
			
				menu200 = new Menu('Prices','/en/prices.html','200');
				menuroot.addMenu(menu200);
			
			
		
	
	
		
	
		
		
			
				menu201 = new Menu('Electricity prices','/en/prices/electricity-prices.html','201');
				menu200.addMenu(menu201);
			
			
		
	
	
		
	
		
		menu201.addLink('for distribution','/en/prices/electricity-prices/for-distribution.html');
		
		
	
	

	
		
		menu201.addLink('for supply','/en/prices/electricity-prices/for-supply.html');
		
		
	
	

	

	

	
		
		menuroot.addLink('Careers','/en/careers.html');
		
		
	
	
		
	

	
		
		
			
				menu300 = new Menu('About us','/en/about-us.html','300');
				menuroot.addMenu(menu300);
			
			
		
	
	
		
	
		
		menu300.addLink('General information','/en/about-us/general-information.html');
		
		
	
	
		
	

	
		
		menu300.addLink('CEZ Group around the world','/en/about-us/cez-around-the-world.html');
		
		
	
	
		
	

	
		
		
			
				menu303 = new Menu('CEZ Group Companies','/en/about-us/cez-group-companies.html','303');
				menu300.addMenu(menu303);
			
			
		
	
	
		
	
		
		menu303.addLink('CEZ Razpredelenie Bulgaria','http://www.cez-rp.bg/en/about-us/companys-profile.html');
		
		
	
	

	
		
		menu303.addLink('CEZ Electro Bulgaria','/en/about-us/cez-group-companies/cez-electro-bulgaria.html');
		
		
	
	

	
		
		menu303.addLink('CEZ Bulgaria','/en/about-us/cez-group-companies/cez-bulgaria.html');
		
		
	
	

	
		
		menu303.addLink('CEZ Trade Bulgaria','/en/about-us/cez-group-companies/cez-trade-bulgaria.html');
		
		
	
	

	
		
		menu303.addLink('CEZ Laboratories Bulgaria','/en/about-us/cez-group-companies/cez-laboratories-bulgaria.html');
		
		
	
	

	
		
		menu303.addLink('TPP Varna','/en/about-us/cez-group-companies/tpp-varna.html');
		
		
	
	

	

	
		
		menu300.addLink('Environment','/en/about-us/environment.html');
		
		
	
	
		
	

	
		
		menu300.addLink('Customer service centres','/en/about-us/customer-service-centres.html');
		
		
	
	
		
	

	
		
		menu300.addLink('Partners','/en/about-us/partners.html');
		
		
	
	
		
	

	

	
		
		menuroot.addLink('Contacts','/en/contacts.html');
		
		
	
	
		
	


}
catch(e) {
}

