//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("homeid", "Farmer Branches Home", "Farmer Branches Home", "http://farmerbranches.net");

    menu.addItem("resourceid", "Resource Pages", "Resource Pages",  null, null);

    menu.addItem("historyid", "Family History", "Family History",  null, null);

	menu.addItem("photosid", "Family Photos", "Family Photos",  null, null);

    menu.addItem("rootsid", "Southern Roots", "Southern Roots",  null, null);

    menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

              
        menu.addSubItem("homeid", "Terms of Use", "Terms of Use",  "http://farmerbranches.net/termsofuse.html", "");

        menu.addSubItem("homeid", "Sources", "Sources",  "http://farmerbranches.net/sourcepage.html", "");

        menu.addSubItem("homeid", "Contact", "Contact",  "mailto:farmerbr@farmerbranches.net", "");

        menu.addSubItem("resourceid", "Farmer Tree", "Farmer Tree",  "http://freepages.genealogy.rootsweb.com/~farmeranderwinfamilies/Tree2/ghtout/ghtindex.htm", "");

        menu.addSubItem("resourceid", "Smith Tree", "Smith Tree",  "http://freepages.genealogy.rootsweb.com/~farmeranderwinfamilies/Tree2/ghtout/ghtindex.htm", "");

        menu.addSubItem("resourceid", "Heffington Tree", "Heffington Tree",  "http://freepages.genealogy.rootsweb.com/~farmeranderwinfamilies/Tree2/ghtout/ghtindex.htm", "");

        menu.addSubItem("resourceid", "McBride Tree", "McBride Tree",  "http://freepages.genealogy.rootsweb.com/~farmeranderwinfamilies/Tree2/ghtout/ghtindex.htm", "");
 
        menu.addSubItem("resourceid", "Early Roads & Trails", "Early Roads & Trails",  "http://farmerbranches.net/earlyroads.html", "");

        menu.addSubItem("resourceid", "Maps & Migrations", "Maps & Migrations",  "http://farmerbranches.net/maps.html", "");
 
        menu.addSubItem("historyid", "Wild Bill", "Wild Bill",  "http://farmerbranches.net/wildbill2.html", "");

        menu.addSubItem("historyid", "Company I", "Company I",  "http://farmerbranches.net/wildbill3.html", "");

        menu.addSubItem("historyid", "Co I Actions/Skirmishes", "Co I Actions/Skirmishes",  "http://farmerbranches.net/wildbill4.html", "");

        menu.addSubItem("historyid", "Published Articles", "Published Articles",  "http://farmerbranches.net/historical.html", "");

	    menu.addSubItem("photosid", "Farmer Photos", "Farmer Photos",  "http://farmerbranches.net/farmerphotos/index.html", "");

        menu.addSubItem("photosid", "Smith Photos", "Smith Photos",  "http://farmerbranches.net/farmerphotos/index.html", "");

        menu.addSubItem("photosid", "Heffington Photos", "Heffington Photos",  "http://farmerbranches.net/heffingtonphotos/index.html", "");

        menu.addSubItem("rootsid", "Crittenden & Sarah", "Crittenden & Sarah",  "http://farmerbranches.net/critsarahtribute.html", "");
  
        menu.addSubItem("rootsid", "Southern Roots", "Southern Roots",  "http://farmerbranches.net/southernroots.html", "");
         
        menu.addSubItem("rootsid", "Family Stories", "Family Stories",  "http://farmerbranches.net/familystories.html", "");

        menu.addSubItem("miscid", "Non Rated Awards Pg1", "Non Rated Awards Pg1",  "http://farmerbranches.net/genawards.html", "");

        menu.addSubItem("miscid", "Non Rated Awards Pg2", "Non Rated Awards Pg2",  "http://farmerbranches.net/genawards2.html", "");

        menu.addSubItem("miscid", "Non Rated Awards Pg3", "Non Rated Awards Pg3",  "http://farmerbranches.net/genawards3.html", "");

        menu.addSubItem("miscid", "Non Rated Awards Pg4", "Non Rated Awards Pg4",  "http://farmerbranches.net/genawards4.html", "");

        menu.addSubItem("miscid", "Non Rated Awards Pg5", "Non Rated Awards Pg5",  "http://farmerbranches.net/genawards5.html", "");

        menu.addSubItem("miscid", "Rated Awards", "Rated Awards",  "http://farmerbranches.net/rated1.html", "");

        menu.addSubItem("miscid", "One Stop Vote", "One Stop Vote",  "http://farmerbranches.net/vote.html", "");

        menu.addSubItem("miscid", "Pioneers Spirit", "Pioneers Spirit",  "http://farmerbranches.net/pioneers.html", "");

        menu.showMenu();

}
