//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", "Marine Corps Related", "Marine Corps Related",  null, null);
	menu.addItem("newsid", "Family", "Family",  null, null);

	menu.addItem("freedownloadid", "Places", "Places",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Home", "Home",  null, null);
        menu.addItem("dmp", "The DMP", "Drunken Marine Program",  null, null);
	menu.addSubItem("webmasterid", "Marine Corps Birthday", "Marine Corps Birthday",  "http://www.wyldth1ng.com/MCdef.html", "");
	menu.addSubItem("webmasterid", "Origins of Mess Night", "Origins of Mess Night",  "http://www.wyldth1ng.com/MNdef.html", "");
	menu.addSubItem("webmasterid", "The History of the Marines' Hymn", "The History of the Marines Hymn",  "http://www.wyldth1ng.com/The_History_of_The_Marines_Hymn.html", "");
       menu.addSubItem("webmasterid", "Birthday Messages", "Birthday Messages",  "http://www.wyldth1ng.com/message.html", "");
       menu.addSubItem("webmasterid", "Tun Tavern", "Tun Tavern",  "http://www.wyldth1ng.com/TunTavern.html", "");
menu.addSubItem("webmasterid", "MC Ball 2004", "MC Ball 2004",  "http://www.wyldth1ng.com/Marine_Corps_Ball_MCAS_Yuma_2004.htm", "");
menu.addSubItem("webmasterid", "Ball 2005", "Ball 2005",  "http://www.wyldth1ng.com/ball05_1.html", "");
	menu.addSubItem("webmasterid", "Re-Enlistment", "Re-Enlistment",  "http://www.wyldth1ng.com/4more.html", "_blank");
	menu.addSubItem("webmasterid", "The Barracks", "The Barracks",  "http://www.wyldth1ng.com/room.html", "_blank");
	menu.addSubItem("webmasterid", "The Un-official Marine Corps Website", "The Un-official Marine Corps Website",  "http://www.wyldth1ng.com/section1.html", "_blank");
	menu.addSubItem("webmasterid", "The NCO Sword", "The NCO Sword",  "http://www.wyldth1ng.com/G.html", "_blank");
	menu.addSubItem("webmasterid", "The Marine's Prayer", "The Marines Prayer",  "http://www.wyldth1ng.com/J.html", "_blank");
	menu.addSubItem("webmasterid", "Esprit de Corps", "Esprit de Corps",  "http://www.wyldth1ng.com/D.html", "_blank");
	menu.addSubItem("webmasterid", "The Ocean", "The Ocean",  "http://www.wyldth1ng.com/K.html", "_blank");

         menu.addSubItem("dmp","DMP", "My Space Group", "http://groups.myspace.com/thedmp","");
         menu.addSubItem("dmp","Toga", "Toga", "http://www.wyldth1ng.com/Toga1.html","");
        menu.addSubItem("dmp","Trailer Trash", "Trailer Trash", "http://www.wyldth1ng.com/trailer1.html","");
        menu.addSubItem("dmp","Trailer Trash with Love", "Trailer Trash with Love", "http://www.wyldth1ng.com/trailer2.html","");


	menu.addSubItem("newsid", "Wisconsin Family", "Wisconsin Family",  "http://www.wyldth1ng.com/Family.html", "");
	menu.addSubItem("newsid", "North Dakota Family", "North Dakota Family",  "http://www.wyldth1ng.com/faul_Family.html", "");
	menu.addSubItem("newsid", "Friends and Acquaintances", "Friends and Acquaintances",  "http://www.wyldth1ng.com/Friends.html", "");
	menu.addSubItem("newsid", "AE School", "AE School",  "http://www.wyldth1ng.com/ae_school.html", "");
	
	menu.addSubItem("freedownloadid", "Visited Map of World", "Visited Map of World",  "http://www.wyldth1ng.com/Map1.html", "");
        menu.addSubItem("freedownloadid", "Visited Map of USA", "Visited Map of USA",  "http://www.wyldth1ng.com/Map2.html", "");
        menu.addSubItem("freedownloadid", "Center of the World", "Center of the World",  "http://www.wyldth1ng.com/center_of_world.html", "");
	menu.addSubItem("freedownloadid", "Yuma County Fair", "Yuma County Fair",  "http://www.wyldth1ng.com/countyfair2005.html", "");
	menu.addSubItem("freedownloadid", "The Crossing", "The Crossing",  "http://www.wyldth1ng.com/crossing_again.html", "");
	menu.addSubItem("freedownloadid", "Night Ranger",  "Night Ranger", "http://www.wyldth1ng.com/saturday.html", "");
	menu.addSubItem("freedownloadid", "Train Ride",  "Train Ride", "http://www.wyldth1ng.com/YumaTrainRide.html", "");
       menu.addSubItem("freedownloadid", "Games",  "Game of Pongg", "http://www.wyldth1ng.com/pong.html", ""); 

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
	menu.addSubItem("searchengineid", "Dog Pile", "Dog Pile",  "http://www.dogpile.com", "");

	menu.addSubItem("miscid", "Wyldth1ng.com", "Wyldth1ng.com",  "http://www.wyldth1ng.com/", "");
		menu.addSubItem("miscid", "Disclaimer", "Disclaimer",  "http://www.wyldth1ng.com/Disclaimer.html", "");
       menu.addSubItem("miscid", "Guestbook III", "Guestbook",  "http://users.smartgb.com/g/g.php?a=s&i=g18-03957-90", "");	
       menu.addSubItem("miscid", "The Truck", "The Truck",  "http://www.wyldth1ng.com/EODnT.html", "");
        menu.addSubItem("miscid", "Site Map", "Site Map",  "http://www.wyldth1ng.com/sitemap.html", "");


	menu.showMenu();
}