//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", "HOME", "HOME",  null, null);	
menu.addItem("contactusid", "CONTACT US", "Contact Us",  null, null);        
menu.addItem("guestbookid", "GUESTBOOK", "Guestbook",  null, null);       
menu.addItem("cmafestid", "CMAFest", "CMAFest",  null, null);        
menu.addItem("storeid", "STORE", "Store",  null, null);
menu.addItem("newsid", "NEWS", "news",  null, null);	
menu.addItem("photosid", "PHOTOS", "Photos",  null, null);	
menu.addItem("fanclubid", "FAN CLUB", "Fan Club",  null, null);	
menu.addItem("miscid", "MISC", "Misc",  null, null);        
menu.addItem("musicid", "MUSIC", "Music",  null, null);
menu.addItem("linksid", "LINKS", "LINKS",  null, null);

menu.addSubItem("homeid", "Home", "Home", "index4.html", "");

menu.addSubItem("contactusid", "Contact Us", "Contact Us", "contactus.html", "");

menu.addSubItem("guestbookid", "SIGN Guestbook", "Sign", "guestbook2.html", "");

menu.addSubItem("cmafestid", "CMA Fest 2010", "CMAFest.com", "fanfairinfo.html", "");

menu.addSubItem("storeid", "Online Store", "Online Store", "donnafargostore.html", "");	
menu.addSubItem("storeid", "Greeting Cards", "Greeting Cards", "info.html", "");
menu.addSubItem("storeid", "New Item", "New Item",  "newitem.html", "");	
menu.addSubItem("storeid", "Wish List", "Wish List", 

"http://pub46.bravenet.com/forum/show.php?usernum=3936037619&cpv=1", " _blank");
	

menu.addSubItem("newsid", "Bulletin Board", "Bulletin Board",  "bulletinboard.html", "");
menu.addSubItem("newsid", "Mailing List", "Join", "mailinglist.html", "");	
menu.addSubItem("newsid", "Fargo Exhibit", "Fargo Exhibit",  "fargoexhibit.html", "");	
menu.addSubItem("newsid", "Fan Fair Info", "Fan Fair Info",  "fanfairinfo.html", "");		

menu.addSubItem("photosid", "Candid Photos", "Candid Photos",  "candidphotos.html", "");	
menu.addSubItem("photosid", "Celebrities", "Celebrities",  "celebrity.html", "");	
menu.addSubItem("photosid", "Photo Archive", "Photo Archive",  "photoarchive.html", "");	
menu.addSubItem("photosid", "Snapshots", "Snapshots",  "thumbsnap.html", "");	
menu.addSubItem("photosid", "Then and Now", "Then and Now",  "thenandnow.html", "");
menu.addSubItem("photosid", "Rock & Roll Hall of Fame", "Charlotte, NC",  "RockRollHallofFame2009.html", " _blank");
menu.addSubItem("photosid", "Ernest Tubb Award", "Western Film Festival",  "WesternFilmFestival2009.html", " _blank");
menu.addSubItem("photosid", "CMA Fest 2009", "Fan Fair Booth and Party",  "http://donnafargo.wordpress.com/", " _blank");
menu.addSubItem("photosid", "Highway Dedication", "Donna Fargo Highway",  "http://donnafargo.wordpress.com/donna-fargo-fan-club-party-2009/", " _blank");


menu.addSubItem("fanclubid", "Renew Membership", "Online",  "storemerchnmemorabilia.html", "");	
menu.addSubItem("fanclubid", "Fan Club Info", "Fan Club Info",  "fanclub.html", "");	

menu.addSubItem("miscid", "Booking Info", "Booking Info",  "booking.html", "");
	
menu.addSubItem("miscid", "Fargo Facts", "Fargo Facts",  "donna.html", "");	
menu.addSubItem("miscid", "Tribute to Teachers", "Tribute to Teachers",  "teachertribute.html", " _blank");	
menu.addSubItem("miscid", "Truckers Tribute", "Truckers Tribute",  "truckerstribute.html", " _blank");		
menu.addSubItem("musicid", "Albums", "Albums",  "albums.html", "");	
menu.addSubItem("musicid", "Awards", "Awards",  "awards.html", "");	
menu.addSubItem("musicid", "Singles", "Singles",  "singles.html", "");	

menu.addSubItem("linksid", "www.heartofthehomerecipes.com", "Heart of the Home Recipes",  "http://www.heartofthehomerecipes.com", "_blank");
menu.addSubItem("linksid", "www.cmafest.com", "Country Music Association",  "http://www.cmafest.com", "_blank");
menu.addSubItem("linksid", "www.ifco.org", "IFCO",  "http://www.ifco.org", "_blank");
		

menu.showMenu();
}