//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", "Videos", "Go Away",  null, null);
	menu.addItem("freedownloadid", "Pictures", "You are Bad",  null, null);
	menu.addItem("newsid", "Other Stuff", "X-rated",  null, null);
	menu.addItem("miscid", "Links", "Your Stupid Little Links",  null, null);

menu.addSubItem("webmasterid", "2009 Video", "Stupid 2008 Videos",  "/video/2009%20Video/index.html ", "");

menu.addSubItem("webmasterid", "2008 Video", "Stupid 2008 Videos",  "/video/2008%20Video/index.html ", "");

menu.addSubItem("webmasterid", "2007 Video", "Stupid 2007 Videos",  "/video/2007%20Video/index.html ", "");

menu.addSubItem("webmasterid", "2006 Video", "Stupid 2006 Videos",  "/video/2006video/2006video.html ", "");

menu.addSubItem("webmasterid", "2005 Videos", "Stupid 2005 Videos",  "/video/2005 Video/2005_video.htm", "");

	menu.addSubItem("webmasterid", "2004 Videos", "Other Stupid Videos",  "http://garthkiser.com/video/Augvideo.htm", "");
 
    menu.addSubItem("webmasterid", "2004 China Videos", "Stupid China Videos",  "http://garthkiser.com/video/chinavideo.html", "");
	 
               menu.addSubItem("webmasterid", "Download RealPlayer", "Down with monopolistic capitalization",  " http://www.real.com/freeplayer/?rppr=rnwk", "");	 

	           
	

	menu.addSubItem("newsid", "Current WebLog", "Report unusual rashes to your doctor",  "http://garthkiser.com/wordpress1", "");
	
	menu.addSubItem("newsid", "WebLog Archives", "Transmit unusual rashes to your doctor",  "http://garthkiser.com/weblogarchives04-07/index.htm", "");
	
//				menu.addSubItem("newsid", "Current Message Board", "Kill Mike Eaton",  "/simplemachinesforum/index.php?board=3.0", "");
				
				menu.addSubItem("newsid", "2004-2005 Message Board", "Kill Mike Eaton",  "/bulletin/www.eboards4all.com/304856/index.html", "");
				
				menu.addSubItem("newsid", "Random Stuff", "Why has nobody killed him?",  "http://garthkiser.com/documents/index.html", "");
				
                menu.addSubItem("newsid", "Pig Head Links", "We have had years to kill him",  "http://garthkiser.com/wendler/links.htm", "");
				
				menu.addSubItem("newsid", "Search this site", "Chicken Sodomy",  "http://garthkiser.com/search.html", "");

                menu.addSubItem("newsid", "My Contact Info", "Clean behind your ears",  "http://garthkiser.com/home.html", "");
				
				menu.addSubItem("newsid", "Site Stats", "Don't swallow gum",  "http://my.statcounter.com/project/standard/stats.php?project_id=541129&guest=1", "");
                
				menu.addSubItem("newsid", "Give Garth Money", "Souls accepted!",  "http://garthkiser.com/donate.htm", "");

menu.addSubItem("newsid", "About Garth", "A short stupid little bio",  "http://garthkiser.com/About%20Garth%20Kiser.html", "");
              
menu.addSubItem("freedownloadid", "2010 Pictures", "Zebra", "/pictures/2010pics/index.html", "");

menu.addSubItem("freedownloadid", "2009 Pictures", "Zebra", "/pictures/2009pics/index.html", "");

menu.addSubItem("freedownloadid", "2008 Pictures", "Zebra", "/pictures/2008pics/index.html", "");	                

menu.addSubItem("freedownloadid", "2007 Pictures", "Zebra", "/pictures/2007pics/index.html", "");

menu.addSubItem("freedownloadid", "2006 Pictures", "Floss Daily", "/pictures/2006pics/2006pics.html", "");

menu.addSubItem("freedownloadid", "2005 Pictures", "Floss Daily",  "http://garthkiser.com/pictures/2005pics/2005pics.html", "");

menu.addSubItem("freedownloadid", "Summer-Fall 2004 Pictures", "Carrots are good for the eyes",  "http://garthkiser.com/pictures/smrfall2004.html", "");

 menu.addSubItem("freedownloadid", "1995-2004 Pictures", "Floss Daily",  "http://garthkiser.com/pictures/2004nolder.html", "");

menu.addSubItem("miscid", "www.sailingsimplicity.com", "Sailing, Simplicity, and the Pursuit of Happiness",  " http://www.sailingsimplicity.com", "");

menu.addSubItem("miscid", "www.bccelizabeth.com", "Bristol Channel Cutter Elizabeth",  " http://www.bccelizabeth.com", "");

menu.addSubItem("miscid", "Transmarinepro", "We sailed to New York with this family.",  " http://www.transmarinepro.com/", "");

menu.addSubItem("miscid", "My sisters craft site.", "Amanda is bad.",  "http://www.amandakay82.etsy.com", "");

menu.addSubItem("miscid", "Laura Benedict - Author", "Worked on her house.",  "http://www.laurabenedict.com", "");	
 
								menu.addSubItem("miscid", "Umlaufstudio.com", "Rodd picked me up hitchhiking in the pouring rain!",  " http://www.umlaufstudio.com", "");


menu.addSubItem("miscid", "Johnsonsworld.net", "We went to high school together.",  " http://www.johnsonsworld.net", "");

menu.addSubItem("miscid", "Tim J's old blog", "Tim used to write here.",  " http://timothymichaeljohnson.blogspot.com/", "");


menu.addSubItem("miscid", "Stalking Cole", "He speeds often",  " http://db.aprsworld.net/datamart/switch.php?call=KC9FVF-2&maps=yes", "");






	menu.showMenu();
}


















