//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("messagesfromdonnaid", "MESSAGES FROM DONNA", "MESSAGES FROM DONNA",  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", "welcome.html", "");
menu.addSubItem("messagesfromdonnaid", "Messages From Donna", "Messages From Donna", "messagesfromdonna.html", "");
menu.addSubItem("contactusid", "Contact Us", "Contact Us", "contactus.html", "");

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

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

menu.addSubItem("storeid", "Books", "BOOKS", "storebooks.html", "");
menu.addSubItem("storeid", "Memorabilia", "MEMORABILIA", "storemerchnmemorabilia.html", "");
menu.addSubItem("storeid", "Photos", "PHOTOS", "storephotos.html", "");
menu.addSubItem("storeid", "CD/Records", "CD/RECORDS", "storecdrecords.html", "");
menu.addSubItem("storeid", "New Merchandise", "NEW CALENDAR", "storemerchnmemorabilia.html", "");
	
menu.addSubItem("storeid", "Greeting Cards", "Greeting Cards", "info.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("photosid", "T.J. Kirby Interview", "T.J. Kirby Interview",  "http://donnafargo.wordpress.com/donnas-interview-photos-with-t-j-kirby-at-radio-free-nashville/", " _blank");



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", "My Space", "Donna's My Space",  "http://www.myspace.com/donnafargo", "_blank");
menu.addSubItem("linksid", "Facebook", "Donna's Facebook",  "http://www.facebook.com/pages/Donna-Fargo/53920616995", "_blank");		

menu.showMenu();
}
