﻿try{

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

		
			
			menuroot.addLink('Homepage','/en/home.html');
			
			
			
		
			
		
			
		
			
			menuroot.addLink('End Users','/en/end-users.html');
			
			
			
		
			
		
			
		
			
			menuroot.addLink('Traders','/en/traders.html');
			
			
			
		
			
		
			
		
			
			
				
					menu200 = new Menu('CEZ Group','/en/cez-group.html','200');
					menuroot.addMenu(menu200);
				
				
			
			
		
			
			
				
				menu200.addLink('CEZ Group’s Profile','/en/cez-group/cez-groups-profile.html');
				
				
				
			
				
			
				
			
				
				menu200.addLink('CEZ Group´s Growth','/en/cez-group/cez-groups-growth.html');
				
				
				
			
				
			
				
			
				
				menu200.addLink('CEZ Group´s Economy in 2008','/en/cez-group/cez-groups-economy-in-2008.html');
				
				
				
			
				
			
				
			
				
				menu200.addLink('Transition to Procedural Companies','/en/cez-group/transition-to-procedural-companies.html');
				
				
				
			
				
			
				
			
				
				menu200.addLink('Electricity Production','/en/cez-group/electricity-production.html');
				
				
				
			
				
			
				
			
				
				menu200.addLink('Environment','/en/cez-group/environment.html');
				
				
				
			
				
			
				
		
			
		
			
			menuroot.addLink('News','/en/news/');
			
			
			
		
			
		
			
		
			
			menuroot.addLink('Contacts','/en/contacts.html');
			
			
			
		
			
		
				

}
catch(e) {
}
