//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", "Home", "Home",  null, null);
	menu.addItem("sportsid", "Sports Photos", "Sports Photos",  null, null);
	menu.addItem("weddingid", "Weddings", "Weddings",  null, null);
	menu.addItem("eventid", "Events", "Events",  null, null);
	menu.addItem("portraitid", "Portrait", "Portrait",  null, null);
	menu.addItem("contactusid", "Contact Us", "Contact Us",  null, null);
	menu.addItem("linksid", "Links", "Links", null, null);
	
	menu.addSubItem("webmasterid", "Home", "Home",  "http://www.elitephoto1.com/EliteWebSite/home1.htm", "main");
	
	menu.addSubItem("sportsid", "Overview", "Overview",  "http://www.elitephoto1.com/EliteWebSite/generalsports.htm", "main");
	menu.addSubItem("sportsid", "League Picture Day", "League Picture Day",  "http://www.elitephoto1.com/EliteWebSite/posedsportsdetails.htm", "main");
	menu.addSubItem("sportsid", "Picture Day Products", "Picture Day Products",  "http://www.elitephoto1.com/EliteWebSite/picturedayproducts.htm", "main");
	menu.addSubItem("sportsid", "Tournaments/Action", "Tournaments/Action",  "http://www.elitephoto1.com/EliteWebSite/actionsportsdetails.htm", "main");
	menu.addSubItem("sportsid", "Tournament Products", "Tournament Products",  "http://www.elitephoto1.com/EliteWebSite/actionproducts.htm", "main");
	menu.addSubItem("sportsid", "Gallery", "Gallery",  "http://www.elitephoto1.com/EliteWebSite/sportsgallery.htm", "main");

	menu.addSubItem("weddingid", "Overview", "Overview",  "http://www.elitephoto1.com/EliteWebSite/generalweddings.htm", "main");
	menu.addSubItem("weddingid", "Engagement", "Engagement",  "http://www.elitephoto1.com/EliteWebSite/engagement1.htm", "main");
	menu.addSubItem("weddingid", "Wedding Packages", "Wedding Packages",  "http://www.elitephoto1.com/EliteWebSite/weddingpackages.htm", "main");
	menu.addSubItem("weddingid", "Gallery", "Gallery",  "http://www.elitephoto1.com/EliteWebSite/weddinggallery1.htm", "main");
	menu.addSubItem("weddingid", "Invitations/Accessories", "Invitations/Accessories",  "http://www.elitephoto1.com/EliteWebSite/invitations.htm", "main");

	menu.addSubItem("eventid", "Overview", "Overview",  "http://www.elitephoto1.com/EliteWebSite/generalevent.htm", "main");
	menu.addSubItem("eventid", "Reunions", "Reunions",  "http://www.elitephoto1.com/EliteWebSite/reunion.htm", "main");
	menu.addSubItem("eventid", "Parties", "Parties",  "http://www.elitephoto1.com/EliteWebSite/parties.htm","main");
	menu.addSubItem("eventid", "School Dances", "School Dances",  "http://www.elitephoto1.com/EliteWebSite/schooldances.htm","main");
	menu.addSubItem("eventid", "Other Events", "Other Events",  "http://www.elitephoto1.com/EliteWebSite/otherevents.htm", "main");

	menu.addSubItem("portraitid", "Overview", "Overview",  "http://www.elitephoto1.com/EliteWebSite/generalportraits.htm", "main");
	menu.addSubItem("portraitid", "Seniors", "Seniors",  "http://www.elitephoto1.com/EliteWebSite/seniors.htm", "main");
	menu.addSubItem("portraitid", "Family", "Family", "http://www.elitephoto1.com/EliteWebSite/family.htm", "main");
	menu.addSubItem("portraitid", "Infants and Children", "Infants and Children", "http://www.elitephoto1.com/EliteWebSite/infantschildren.htm", "main");
	menu.addSubItem("portraitid", "Pre-Schools", "Pre-Schools", "http://www.elitephoto1.com/EliteWebSite/preschools.htm", "main");
	menu.addSubItem("portraitid", "Organizations", "Organizations", "http://www.elitephoto1.com/EliteWebSite/organizationportraits.htm", "main");

	menu.addSubItem("contactusid", "Contact Us", "Contact Us",  "http://www.elitephoto1.com/EliteWebSite/contactus.htm", "main");
	
	menu.addSubItem("linksid", "Links", "Links",  "http://www.elitephoto1.com/EliteWebSite/links.htm", "main");

	menu.showMenu();
}
