function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("linksid", "Our Links", "Our Links",  null, null);
	menu.addItem("moneymattersid", "Financial", "Money Matters",  null, null);
	menu.addItem("newsid", "News Source", "News Sources",  null, null);
	menu.addItem("freeid", "Free Stuff", "Free Stuff",  null, null);
	menu.addItem("auctionid", "Auctions", "Auctions & Classifieds",  null, null);
	menu.addItem("businessesid", "Businesses", "Local Businesses",  null, null);
	menu.addItem("churchesid", "Churches", "Local Churches",  null, null);

	menu.addSubItem("linksid", "Eastbrook High School", "Eastbrook High School Reunion Website",  "http://www.DreamSource.com/eastbrook/index.html");
	menu.addSubItem("linksid", "Employment Opportunities", "Employment and Business Opportunities",  "http://www.DreamSource.net/employment.htm");
	menu.addSubItem("linksid", "Rocky Top Trader Classifieds", "Rocky Top Trader Classifieds",  "http://www.DreamSource.net/classified.htm");
	menu.addSubItem("linksid", "Scout Tracks", "Great Smoky Mountain Boy Scout Council - Cumberland District",  "http://www.ScoutTracks.com");
	menu.addSubItem("linksid", "Should you be on the Web?", "Check out DreamSource.com to see how easy it is to put your company or organization on the Web!",  "http://www.DreamSource.com");
	menu.addSubItem("linksid", "Home", "Return to The Dream Source",  "http://www.DreamSource.net/index.htm");

	menu.addSubItem("moneymattersid", "Foreign Currency Calculator", "Convert Currency from other Countries",  "http://www.DreamSource.net/currency.htm");
	menu.addSubItem("moneymattersid", "Employment Opportunities", "Employment and Business Opportunities",  "http://www.DreamSource.net/employment.htm");

	menu.addSubItem("newsid", "Headline News", "Headline News",  "http://dreamsource.subportal.com/mysubportal");
	menu.addSubItem("newsid", "Entertainment News", "Entertainment News",  "http://www.DreamSource.net/entertainment_news.htm");
	menu.addSubItem("newsid", "Tennessee News", "Tennessee News",  "http://www.DreamSource.net/tenessee_news.htm");
	menu.addSubItem("newsid", "Kid News", "Kid News",  "http://dreamsource.net/tennessee_news.htm");
	menu.addSubItem("newsid", "Animal News", "Animal News",  "http://www.DreamSource.net/tenessee_news.htm");
	menu.addSubItem("newsid", "The TENNESSEAN", "The TENNESSEAN",  "http://tennessean.com");
	menu.addSubItem("newsid", "Jacksboro Public Library", "Jacksboro Public Library",  "http://www.korrnet.org/jlibrary");
	menu.addSubItem("newsid", "LaFollette Press", "LaFollette Press",  "http://lafollettepress.com");
	menu.addSubItem("newsid", "Oak Ridger", "Oak Ridger",  "http://www.oakridger.com");
	menu.addSubItem("newsid", "Knoxville News Sentinel", "Knoxville News Sentinel",  "http://www.knoxnews.com/");
	menu.addSubItem("newsid", "Chattanooga Free Press", "Chattanooga Free Press",  "http://www.timesfreepress.com");
	menu.addSubItem("newsid", "Cleveland Daily Banner", "Cleveland Daily Banner",  "http://www.clevelandbanner.com");
	menu.addSubItem("newsid", "Home and Garden TV", "Home and Garden TV",  "http://www.hgtv.com");
	menu.addSubItem("newsid", "Tennessee Vols", "Tennessee Vols",  "http://www.govols.com/index.shtml");
	menu.addSubItem("newsid", "USA Today", "USA Today",  "http://www.usatoday.com");
	menu.addSubItem("newsid", "Time Magazine", "Time Magazine",  "http://www.time.com/time/index.html");
	menu.addSubItem("newsid", "Jacksboro Weather", "Jacksboro Weather",  "http://www.weather.com/weather/local/37757");
	menu.addSubItem("newsid", "Your Local Weather", "Your Local Weather",  "http://www.DreamSource.net/local_weather.htm");

	menu.addSubItem("freeid", "Electronic Books", "Electronic Books",  "http://www.DreamSource.net/free_stuff/eBooks/ebooks.htm");
	
	menu.addSubItem("auctionid", "Rocky Top Trader Auctions", "Rocky Top Trader Auctions",  "http://www.DreamSource.net/classified.htm");

	menu.addSubItem("businessesid", "Campbell County Chamber of Commerce", "Campbell County Chamber of Commerce",  "http://co.campbell.tn.us/");
	menu.addSubItem("businessesid", "Jacksboro Public Library", "Jacksboro Public Library",  "http://www.korrnet.org/jlibrary");
	menu.addSubItem("businessesid", "Premier Weight Management Centers", "Premier Weight Management Centers",  "http://www.weight-b-gone.net");


	menu.addSubItem("churchesid", "Bethel Baptist Church", "Bethel Baptist Church",  "http://www.DreamSource.com/bethel/index.htm");


	menu.showMenu();
}
