function showToolbar()
{
	mstyle = new MenuStyle();
	mstyle.bgColor="black";
	mstyle.mainMenuBorder=0;
	mstyle.subMenuBorder=2;
	mstyle.subMenuWidth=170;
	mstyle.menuDelta = 3; // distance between mainmenu and submenu
	mstyle.clsMenuItemIE = "class=clsMenuItemIE";
	mstyle.clsMenuItemNS = "class=clsMenuItemNS";
	mstyle.bMenuStatic = 0;
	mstyle.mainMenuWidth = "750";

	menu = new Menu(mstyle);
	menu.addItem("babylon", "BabylonProject", "The Babylon Project",  null, null);
	menu.addItem("earth", "Earth", "Earth Alliance",  null, null);
	menu.addItem("minbari", "Minbari", "Minbari Federation",  null, null);
	menu.addItem("centauri", "Centauri", "Centauri Republic",  null, null);
	menu.addItem("narn", "Narn", "Narn Regime",  null, null);
	menu.addItem("vorlons", "Vorlons", "Vorlon Empire",  null, null);
	menu.addItem("shadows", "Shadows", "Shadow Realm",  null, null);
	menu.addItem("isa", "ISA/League", "Interstellar Alliance / League of Non-Aligned Worlds",  null, null);
	menu.addItem("misc", "misc.", "other stuff",  null, null);
	menu.addItem("help", "help", "need help?",  null, null);

	menu.addSubItem("babylon", "The Babylon Project", "The Babylon Project","babylon_project.html");
	menu.addSubItem("babylon", "2257", "2257 - The Gathering","babylon_project_2257.html");
	menu.addSubItem("babylon", "2258", "2258 - Signs and Portents","babylon_project_2258.html");
	menu.addSubItem("babylon", "2259", "2259 - The coming of Shadows","babylon_project_2259.html");
	menu.addSubItem("babylon", "2260", "2260 - Point fo no return","babylon_project_2260.html");
	menu.addSubItem("babylon", "2261", "2261 - No surrender, no retreat","babylon_project_2261.html");
	menu.addSubItem("babylon", "2262", "2262 - The wheel of fire","babylon_project_2262.html");
	menu.addSubItem("babylon", "", "","");
	menu.addSubItem("babylon", "Historic Events", "Historic Events","history.html");
	menu.addSubItem("babylon", "1st contact", "Human-Minbari 1st contact","history_1st_contact.html");
	menu.addSubItem("babylon", "Battle against Shadows", "Battle against Shadows","history_shad_battle.html");
	menu.addSubItem("babylon", "Coriana 6", "Battle at Coriana 6","history_coriana6.html");
	menu.addSubItem("babylon", "Battle at Proxima 3", "Battle at Proxima 3","history_proxima3.html");
	menu.addSubItem("babylon", "Battle for Earth", "Battle for Earth","history_endgame.html");
	menu.addSubItem("babylon", "Sleeping in Light", "Sleeping in Light","history_sil.html");
	menu.addSubItem("babylon", "Thirdspace", "Thirdspace","history_thirdspace.html");
	menu.addSubItem("babylon", "A call to arms", "A call to arms","history_acta.html");
	
			
	menu.addSubItem("earth", "Earth Alliance", "Earth Alliance",  "earth_alliance.html");
	menu.addSubItem("earth", "Omega Destroyer", "Omega Destroyer",  "earth_ocd.html");
	menu.addSubItem("earth", "adv. Omega X", "adv. Omega X",  "earth_ocdx.html");
	menu.addSubItem("earth", "Warlock Destroyer", "Warlock Destroyer",  "earth_warlock.html");
	menu.addSubItem("earth", "Nova Dreadnought", "Nova Dreadnought",  "earth_nova.html");
	menu.addSubItem("earth", "Hyperion Cruiser", "Hyperion Cruiser",  "earth_hyperion.html");
	menu.addSubItem("earth", "Olympus Corvette", "Olympus Corvette",  "earth_olympus.html");
	menu.addSubItem("earth", "Starfury", "Starfury",  "earth_starfury.html");
	menu.addSubItem("earth", "Thunderbolt", "Thunderbolt",  "earth_thunderbolt.html");
	menu.addSubItem("earth", "other technology", "other technology",  "earth_othertech.html");
			
	menu.addSubItem("minbari", "Minbari Federation", "Minbari Federation",  "minbari_federation.html");
	menu.addSubItem("minbari", "Sharlin Cruiser", "Sharlin Cruiser",  "minbari_cruiser.html");
	menu.addSubItem("minbari", "Nial Fighter", "Nial Fighter",  "minbari_fighter.html");
	menu.addSubItem("minbari", "other technology", "other technology",  "minbari_othertech.html");
	
	menu.addSubItem("centauri", "Centauri Republic", "Centauri Republic",  "centauri_republic.html");
	menu.addSubItem("centauri", "Primus Cruiser", "Primus Cruiser",  "centauri_cruiser.html");
	menu.addSubItem("centauri", "Vorchan Cruiser", "Vorchan Cruiser",  "centauri_vorchan.html");
	menu.addSubItem("centauri", "Sentri Fighter", "Sentri Fighter",  "centauri_fighter.html");
	menu.addSubItem("centauri", "other technology", "other technology",  "centauri_othertech.html");
	
	menu.addSubItem("narn", "Narn Regime", "Narn Regime",  "narn_regime.html");
	menu.addSubItem("narn", "G'Quan Cruiser", "G'Quan Cruiser",  "narn_cruiser.html");
	menu.addSubItem("narn", "Bin'Tak Dreadnought", "Bin'Tak Dreadnought",  "narn_bintak.html");
	menu.addSubItem("narn", "Th'Nor Cruiser", "Th'Nor Cruiser",  "narn_thnor.html");
	menu.addSubItem("narn", "T'Loth Cruiser", "T'Loth Cruiser",  "narn_tloth.html");
	menu.addSubItem("narn", "Sho'Kas Corvette", "Sho'Kas Corvette",  "narn_shokas.html");
	menu.addSubItem("narn", "Frazi Fighter", "Frazi Fighter",  "narn_fighter.html");
	menu.addSubItem("narn", "other technology", "other technology",  "narn_othertech.html");
	
	menu.addSubItem("vorlons", "Vorlon Empire", "Vorlon Empire",  "vorlon_empire.html");
	menu.addSubItem("vorlons", "Planetkiller", "Planetkiller",  "vorlon_planetkiller.html");
	menu.addSubItem("vorlons", "Dreadnought", "Dreadnought",  "vorlon_dreadnought.html");
	menu.addSubItem("vorlons", "Transport", "Transport",  "vorlon_transport.html");
	menu.addSubItem("vorlons", "Fighter", "Fighter",  "vorlon_fighter.html");
	
	menu.addSubItem("shadows", "Shadow Realm", "Shadow Realm",  "shadow_realm.html");
	menu.addSubItem("shadows", "Battlecrab", "Battlecrab",  "shadow_battlecrab.html");
	menu.addSubItem("shadows", "Scout", "Scout",  "shadow_scout.html");
	menu.addSubItem("shadows", "Fighter", "Fighter",  "shadow_fighter.html");
	menu.addSubItem("shadows", "", "",  "");
	menu.addSubItem("shadows", "Drakh", "Drakh",  "drakh.html");
	menu.addSubItem("shadows", "Mothership", "Mothership",  "drakh_mothership.html");
	menu.addSubItem("shadows", "Carrier", "Carrier",  "drakh_carrier.html");
	menu.addSubItem("shadows", "Raider", "Raider",  "drakh_raider.html");
		
	menu.addSubItem("isa", "Interstellar Alliance", "Interstellar Alliance",  "isa.html");
	menu.addSubItem("isa", "White-Star", "White-Star",  "isa_whitestar.html");
	menu.addSubItem("isa", "Victory Destroyer", "Victory Destroyer",  "isa_victory.html");
	menu.addSubItem("isa", "", "",  "");
	menu.addSubItem("isa", "League of Non-Aligned Worlds", "League of Non-Aligned Worlds",  "league.html");
	menu.addSubItem("isa", "Drazi Freehold", "Drazi Freehold",  "league_drazi.html");
	menu.addSubItem("isa", "Brakiri Alliance", "Brakiri Alliance",  "league_brakiri.html");
	menu.addSubItem("isa", "Vree", "vree",  "league_vree.html");
	menu.addSubItem("isa", "Gaim", "Gaim",  "league_gaim.html");
	menu.addSubItem("isa", "Pak'Ma'Ra", "Pak'Ma'Ra",  "league_pakmara.html");
			
	menu.addSubItem("misc", "First-Ones", "First-Ones",  "misc_firstones.html");
	menu.addSubItem("misc", "Raider", "Raider",  "misc_raider.html");
	menu.addSubItem("misc", "Soulhunter", "Soulhunter",  "misc_soulhunter.html");
	menu.addSubItem("misc", "Dilgar", "Dilgar",  "misc_dilgar.html");
	menu.addSubItem("misc", "Thirdspace", "Thirdspace Aliens",  "misc_thirdspace.html");
	menu.addSubItem("misc", "", "",  "");
	menu.addSubItem("misc", "Maincast", "Maincast information",  "misc_cast.html");
	menu.addSubItem("misc", "Screen Savers", "The Babylon 5 screen savers",  "misc_goodies.html");
			
	menu.addSubItem("help", "FAQ", "Frequently asked questions",  "help_faq.html");
	menu.addSubItem("help", "what's new", "what's new",  "help_new.html");
	menu.addSubItem("help", "sitemap", "sitemap",  "help_sitemap.html");
	menu.addSubItem("help", "credits", "credits",  "help_credits.html");
	menu.addSubItem("help", "links", "jump to other websites",  "help_links.html");
	menu.addSubItem("help", "about me", "about me",  "help_aboutme.html");
	menu.addSubItem("help", "about my images", "about my images",  "help_images.html");
	menu.showMenu();
}
