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

	menu = new Menu();
	menu.addItem("cooltoolsid", "Cool Tools", "Cool Tools",  null, null);
	menu.addItem("creditid", "Handy Stuff", "Handy Stuff",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchtoolsid", "Search Tools", "Search Tools",  null, null);

	menu.addSubItem("cooltoolsid", "Snapshot Spy", "Snapshot Spy",  "http://www.snapshotspy.com/");
	menu.addSubItem("cooltoolsid", "PcDelete", "PcDelete",  "http://www.pcdelete.com/");

	menu.addSubItem("creditid", "Nextcard", "Nextcard",  "http://www.nextcard.com/index6.html?ref=aff0069124");
	menu.addSubItem("creditid", "Pay Bills Online", "Pay Bills Online",  "http://service.bfast.com/bfast/click?bfmid=7510281&siteid=37059732&bfpage=paytrust_promo");
	menu.addSubItem("creditid", "Consumer Info", "Consumer Info",  "http://service.bfast.com/bfast/click?bfmid=13376670&siteid=37059741&bfpage=homepage");
	menu.addSubItem("creditid", "Matchmaker", "Matchmaker",  "http://service.bfast.com/bfast/click?bfmid=26952032&siteid=37059759&bfpage=all_communities");
	menu.addSubItem("creditid", "Zapper", "Zapper",  "http://service.bfast.com/bfast/click?bfmid=31675804&siteid=37059768&bfpage=home");
	menu.addSubItem("creditid", "Freeshop", "Freeshop",  "http://service.bfast.com/bfast/click?bfmid=32640675&siteid=37059780&bfpage=homepage1");
	menu.addSubItem("creditid", "Juniper Card", "Juniper Card",  "http://service.bfast.com/bfast/click?bfmid=34452042&siteid=37062895&bfpage=banner1");

	menu.addSubItem("freedownloadid", "Internet Answer", "Internet Answer",  "http://www.searchmonger.com/callwave.htm");

	menu.addSubItem("searchtoolsid", "SearchMonger", "SearchMonger",  "http://www.searchmonger.com/");
	menu.addSubItem("searchtoolsid", "Lower Your Bills", "Lower Your Bills",  "http://service.bfast.com/bfast/click?bfmid=26996221&siteid=37096054&bfpage=lmb_links");
	menu.addSubItem("searchtoolsid", "US Search", "US Search", "http://service.bfast.com/bfast/click?bfmid=22284536&siteid=37059753&bfpage=home");
	menu.addSubItem("searchtoolsid", "Reverse Search", "Reverse Search",  "http://www.reversesearchdirectory.com");


	menu.showMenu();
}