//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("webmasterid", "About Us", "About Us",  null, null);
	menu.addItem("newsid", "Sales Schedule", "Sale Schedule",  null, null);
	menu.addItem("freedownloadid", "Services", "Services",  null, null);
	menu.addItem("searchengineid", "Livestock", "Livestock",  null, null);
	menu.addItem("miscid", "Buy or Sell On-line", "Buy or Sell On-line",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "Opening AdPop3NoFrames.htm", "_self");
	menu.addSubItem("webmasterid", "History", "History",  "HistoryNoFrames.htm", "_self");
	menu.addSubItem("webmasterid", "Associations", "Associations",  "linkscalhounStockyardNoFrames.htm", "_self");
	menu.addSubItem("webmasterid", "Our Mission", "Our Mission",  "HistoryNoFrames.htm#Our Mission", "_self");
        menu.addSubItem("webmasterid", "Contact Us", "Contact Us",  "Contact UsNoFrames.htm", "_self");
	menu.addSubItem("webmasterid", "Links", "Links", "linkscalhounStockyardNoFrames.htm", "_self");

	menu.addSubItem("newsid", "Special Events", "Special Events",  "October 18 SaleNoFrames.htm", "_self");
	menu.addSubItem("newsid", "Calendar", "Calendar",  "Three Month Calendar.htm", "_self");
	menu.addSubItem("newsid", "Special Sales", "Special Sales",  "Special Equipment SaleNoFrames.htm", "_self");
	menu.addSubItem("newsid", "Buyers", "Buyers",  "Underconstruction.htm", "_self");
	
	menu.addSubItem("freedownloadid", "Livestock Hauling", "Livestock Hauling",  "HaulingNoFrame.htm", "_self");
	menu.addSubItem("freedownloadid", "Programs", "Programs",  "AI school.htm", "_self");
	menu.addSubItem("freedownloadid", "Advertisers", "Advertisers",  "Underconstruction.htm", "_self");

	menu.addSubItem("searchengineid", "", "",  "", "");
	menu.addSubItem("searchengineid", "Livestock Listing", "Livestock Listing",  "Underconstruction.htm", "_self");
	menu.addSubItem("searchengineid", "Market Report", "Market Report", "linkscalhounStockyardNoFrames.htm", "_self");
	
	menu.addSubItem("miscid", "Want to Buy", "Want to Buy",  "Livestock WantedNoFrames.htm", "_self");
	menu.addSubItem("miscid", "Livestock for Sale", "Livestock for Sale",  "Livestock listingNoFrames.htm", "_self");
	menu.addSubItem("miscid", "Equipment for Sale", "Equipment for Sale",  "Equipment for SaleNoFrames.htm", "_self");
	menu.addSubItem("miscid", "Miscellaneous for Sale", "Miscellaneous for Sale",  "Underconstruction.htm", "_self");
	menu.showMenu();
}
