//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

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

	menu = new Menu();
	menu.addItem("home", "Home", "BladenOnline.com",  null, null);
	menu.addItem("localsports", "Local Sports", "Local Sports",  null, null);	
	menu.addItem("ag", "Ag/Livestock", "Ag/Livestock",  null, null);	
	menu.addItem("servicesdirectory", "Services Directory", "Services Directory",  null, null);
	menu.addItem("upcomingevents", "Upcoming Events", "Upcoming Events",  null, null);
	menu.addItem("classifieds", "Classifieds", "Classifieds",  null, null);
	menu.addItem("obituaries", "Obituaries", "Obituaries",  null, null);
	menu.addItem("miscellaneous", "Miscellaneous", "Miscellaneous",  null, null);	
		
	menu.addSubItem("home", "BladenOnline.com", "Bladen Online",  "http://www.bladenonline.com/", "");
	menu.addSubItem("home", "About Bladen County", "About Bladen County",  "http://www.elizabethtownwhitelake.com/history.php", "");
	menu.addSubItem("home", "About Us", "About Us",  "http://www.bladenonline.com/aboutus.htm", "");
	menu.addSubItem("home", "Guestbook", "Guestbook",  "http://www.bladenonline.com/gbook/index.htm", "");
	menu.addSubItem("home", "Archives", "Archives",  "http://nl.newsbank.com/sites/bolb/", "");
	menu.addSubItem("home", "My Turn", "My Turn",  "http://www.bladenonline.com/myturn.htm", "");

	menu.addSubItem("localsports", "Local Sports", "Local Sports",  "http://www.bladenonline.com/localsports.htm", "");
	menu.addSubItem("localsports", "Local Sports Broadcast", "Local Sports Broadcast",  "mms://75.125.83.198/wgqr2210", "");	
		
	menu.addSubItem("ag", "Ag/Livestock", "Ag/Livestock",  "http://www.bladenonline.com/ag.htm", "");

	menu.addSubItem("servicesdirectory", "Services Directory", "News",  "http://www.bladenonline.com/index.html#services", "");
//	menu.addSubItem("Business", "Local", "Local",  "http://www.bladenonline.com/local.htm", "");
//	menu.addSubItem("Business", "Good News", "Good News",  "http://www.bladenonline.com/goodnews.htm", "");
	
	menu.addSubItem("upcomingevents", "Upcoming Events", "Upcoming Events",  "http://www.bladenonline.com/2010.htm", "");
//	menu.addSubItem("news", "CBS news", "CBS News",  "http://www.cbsnews.com", "");
//	menu.addSubItem("news", "News.com", "News.com",  "http://news.com", "");
//	menu.addSubItem("news", "Wired News", "Wired News",  "http://www.wired.com", "");
//	menu.addSubItem("news", "TechWeb", "TechWeb",  "http://www.techweb.com", "");

	menu.addSubItem("classifieds", "Classifieds", "Classifieds",  "http://www.bladenonline.com/classifiedads.htm", "");
//	menu.addSubItem("UpcomingEvents", "Chairty", "Charity",  "", "");
//	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/", "");

	menu.addSubItem("obituaries", "Obituaries", "Obituraries",  "http://www.bladenonline.com/obituaries.htm", "");
//	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
//	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
//	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

	menu.addSubItem("miscellaneous", "Links", "Links",  "http://www.bladenonline.com/links.htm", "");
	menu.addSubItem("miscellaneous", "Terms of Use", "Terms of Use",  "http://www.bladenonline.com/termsofuse.htm", "");
//	menu.addSubItem("miscid", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");

	menu.showMenu();
}