//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "Mainpage", "Mainpage",  null, null);
	menu.addItem("biogasid", "Biogas Project", "Biogas Project",  null, null);
	menu.addItem("technicid", "Technology", "Technology",  null, null);
	menu.addItem("natureid", "Nature", "Nature",  null, null);
	menu.addItem("germanid", "Deutsch", "Deutsch",  null, null);

	menu.addSubItem("webmasterid", "ESU - Energy Security Union", "ESU - Energy Security Union",  "http://www.biogas-esu.com/index.htm", "");
	menu.addSubItem("webmasterid", "Contact", "Contact",  "http://www.biogas-esu.com/contact.htm", "");
	menu.addSubItem("webmasterid", "References", "References ",  "http://www.biogas-esu.com/referenze.htm", "");
	menu.addSubItem("webmasterid", "Press articles - ESU", "Press articles - ESU",  "http://www.biogas-esu.com/presse.htm", "");
	menu.addSubItem("webmasterid", "Patent", "Patent", "http://www.biogas-esu.com/patent.htm", "");
	
	menu.addSubItem("biogasid", "WHY to decide for BIOGAS?", "WHY to decide for BIOGAS?",  "http://www.biogas-esu.com/why.htm", "");
	menu.addSubItem("biogasid", "Introduction to ATMA BIOGAS Projects", "Introduction to ATMA BIOGAS Projects", "http://www.biogas-esu.com/introe2.htm", "");
	menu.addSubItem("biogasid", "Definition BIOGAS", "Definition BIOGAS", "http://www.biogas-esu.com/biogasinfoe.htm", "");


	menu.addSubItem("technicid", "ATMA Pyramid Biogas Power Plants", "ATMA Pyramid Biogas Power Plants",  
"http://www.biogas-esu.com/anlagene.htm", "");
	menu.addSubItem("technicid", "Process Overview", "Process Overview ",  "http://www.biogas-esu.com/zusammenfassunge.htm", "");
	menu.addSubItem("technicid", "Process ATMA 1", "Process ATMA 1",  "http://www.biogas-esu.com/process.htm", "");
menu.addSubItem("technicid", "Flow Sheet", "Flow Sheet ",  
"http://www.biogas-esu.com/flowsheet.htm", "");
menu.addSubItem("technicid", "Advantages Pyramid Fermenter", "Advantages Pyramid Fermenter ",  
"http://www.biogas-esu.com/advantages.htm", "");



menu.addSubItem("natureid", "Nature Right", "Nature Right ",  
"http://www.biogas-esu.com/nature.htm", "");
menu.addSubItem("natureid", "Water Purification", "Water Purification ",  "http://www.biogas-esu.com/water.htm", "");
menu.addSubItem("natureid", "Symbiosis with Plants", "Symbiosis with Plants ", "http://www.biogas-esu.com/pond.htm", "");
menu.addSubItem("natureid", "Pyro-Energy", "Pyro-Energy ",  
"http://www.biogas-esu.com/energy.htm", "");



	menu.addSubItem("germanid", "Hauptseite", "Hauptseite ",  
"http://www.biogas-esu.com/esu.htm", "");

	menu.showMenu();
}
