function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("Drexel", "Drexel Management", "Drexel Management",  null, null);
	menu.addItem("coreservices", "Core Services", "Core Services",  null, null);
	menu.addItem("Products", "Products", "Products",  null, null);
	menu.addItem("PosXpress", "PosXpress", "PosXpress",  null, null);
	menu.addItem("PTP", "Point to Point", "Point to Point",  null, null);

	menu.addSubItem("Drexel", "Mission Statement", "Mission Statement",  "/Drexel/CompMisBod.htm");
	menu.addSubItem("Drexel", "Contact Us", "Contact Us",  "/Drexel/Contactus.htm");
	menu.addSubItem("Drexel", "Accommodations", "Accommodations",  "/Drexel/Accommodations.htm");
	menu.addSubItem("Drexel", "Technical Documents", "Technical Documents",  "http://www.drexelmgt.com/tech_notes/index.htm");
	menu.addSubItem("Drexel", "Driving Directions", "Driving Directions",  "http://www.mapquest.com/directions/main.adp?21=1jHasif0fak%253d&amp;2g=TFwP4Udg%252fk0%253d&amp;2ic=31&amp;2ex=1&amp;src=maps&amp;2a=56%20W%20Eagle%20 Rd&amp;2c=Havertown&amp;2s=PA&amp;2z19083%2d1447&amp;2y=US");
	menu.addSubItem("Drexel", "Home", "Home",  "/index.htm");
	
	menu.addSubItem("coreservices", "Software Applications", "Software Applications",  "/Coreservices/applications.htm");
	menu.addSubItem("coreservices", "Contract Programming", "Contract Programming",  "/Coreservices/ContractP.htm");
	menu.addSubItem("coreservices", "Web Design", "Web Design",  "/Coreservices/WebDesign.htm");
	menu.addSubItem("coreservices", "Networking", "Networking",  "/Coreservices/Networking.htm");
	menu.addSubItem("coreservices", "System Conversions", "System Conversions",  "/Coreservices/Convers.htm");
	menu.addSubItem("coreservices", "Microsoft WIN NT", "Microsoft WIN NT",  "/Coreservices/nt.htm");
	menu.addSubItem("coreservices", "Training", "Training",  "/Coreservices/training.htm");
	menu.addSubItem("coreservices", "VAR Support Services", "VAR Support Services",  "/Coreservices/var.htm");

	menu.addSubItem("Products", "Acer Workstations", "Acer Workstation",  "/Products/acer/index.htm");
	menu.addSubItem("Products", "HP Servers", "HP Servers",  "/Products/hp/index.htm");
	menu.addSubItem("Products", "ICOM POS Stations", "ICOM POS Stations",  "/Products/icom/index.htm");
	menu.addSubItem("Products", "Netgear Wireless", "Netgear Wireless",  "/Products/netgear/index.htm");


	menu.addSubItem("PosXpress", "PosXpress", "PosXpress",  "/posxpress/index.htm");
	menu.addSubItem("PosXpress", "Bar Software", "Bar Software",  "/posxpress/bar/index.htm");
	menu.addSubItem("PosXpress", "Restaurant Software", "Restaurant Software",  "/posxpress/restaurant/index.htm");
	menu.addSubItem("PosXpress", "Users Manual", "Pos User Manual",  "/posxpress/manualHtml/index.htm");

	menu.addSubItem("PTP", "Point To Point", "Point To Point",  "/posxpress/ptp/index.htm");
	menu.addSubItem("PTP", "Inventory Tracking", "Inventory Tracking",  "/posxpress/ptp/inventory/index.htm");
	menu.addSubItem("PTP", "Inventory Tracking on the WEB", "Inventory Tracking on the WEB",  "/posxpress/ptp/inventoryweb/index.htm");
	

	menu.showMenu();
}
