function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("Nobleairid", "Noble Air", "Noble Air",  null, null);
	menu.addItem("hubofficeid", "Hub Office", "Hub Office",  null, null);
	menu.addItem("operationsid", "Operations", "Operations",  null, null);
	menu.addItem("trainingid", "Training", "Training",  null, null);
	menu.addItem("libraryid", "Library", "Library",  null, null);

	menu.addSubItem("Nobleairid", "Noble Air Hq", "Noble Air Hq",  "http://www.nobleair.com/");	

	menu.addSubItem("hubofficeid", "SFO Hub Info", "SFO Hub Info",  "http://www.nobleair.com/hubs/sfo/info.html");
	menu.addSubItem("hubofficeid", "High Flight", "High Flight",  "http://www.nobleair.com/hubs/sfo/highflt.html");
	menu.addSubItem("hubofficeid", "Promotions", "Promotions",  "http://www.nobleair.com/hubs/sfo/promo.html");
	menu.addSubItem("hubofficeid", "Hub Lounge", "Hub Lounge",  "http://www.nobleair.com/hubs/sfo/lounge/sfo.html");
	menu.addSubItem("hubofficeid", "Noble Lounge", "Noble Lounge",  "http://www.nobleair.com/hc/xxooxx.html");
	menu.addSubItem("hubofficeid", "Join Noble SFO", "Join Noble SFO",  "http://www.nobleair.com/hubs/sfo/NewPilot.html");
	
	menu.addSubItem("operationsid", "Pilot Roster", "Pilot Roster",  "http://www.nobleair.com/hubs/sfo/roster/pilotroster.html");
	menu.addSubItem("operationsid", "Passenger Schedule", "Passenger Schedule",  "http://www.nobleair.com/hubs/sfo/schedule.html");
        menu.addSubItem("operationsid", "Air Cargo Schedule", "Air Cargo Schedule",  "http://www.nobleair.com/hubs/sfo/acgojva.html");
	menu.addSubItem("operationsid", "Concorde Schedule", "Concorde Schedule",  "http://www.nobleair.com/hubs/sfo/concord.html");
        menu.addSubItem("operationsid", "Weather Desk", "Weather Desk",  "http://weather.noaa.gov/weather/metar.shtml");
	menu.addSubItem("operationsid", "Inactive Roster", "Inactive Roster",  "http://www.nobleair.com/hubs/sfo/roster/sfoinactive.html");
	     
	menu.addSubItem("trainingid", "Check Rides", "Check Rides",  "http://www.nobleair.com/hubs/sfo/chkrides.html");
	menu.addSubItem("trainingid", "A/C Catagories", "A/C Catagories",  "http://www.nobleair.com/hubs/sfo/catgries.html");
	menu.addSubItem("trainingid", "Flight Technics", "Flight Technics", "http://www.nobleair.com/hubs/sfo/flying.html");
	menu.addSubItem("trainingid", "Reading Charts", "Reading Charts",  "http://www.nobleair.com/hubs/sfo/charts.html");

	menu.addSubItem("libraryid", "Noble Air Manuals", "Noble Air Manuals",  "http://www.nobleair.com/documents.html");
	menu.addSubItem("libraryid", "Hub Manuals", "Hub Manuals",  "http://www.nobleair.com/hubs/sfo/manual.html");
	
	menu.showMenu();
}
