//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("firstbox", "Dizzy Entertainment", "Dizzy Entertainment",  null, null);
	menu.addItem("Ent", "Entertainers", "Entertainers",  null, null);
	menu.addItem("FAM", "Family Audience/Children", "Family Audience/Children",  null, null);
	menu.addItem("Adult", "Adult Audiences", "Adult Audiences",  null, null);
	menu.addItem("Services", "Services We Offer", "Services We Offer",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("firstbox", "Home", "Home",  "http://www.dizzyentertainment.com/index.html");
	menu.addSubItem("firstbox", "Service Area", "Service Area",  "http://www.dizzyentertainment.com/location.html");
	menu.addSubItem("firstbox", "Contact Us", "Contact Us",  "http://www.dizzyentertainment.com/Contact.html");
	menu.addSubItem("firstbox", "  ", "  ",  "null");

	menu.addSubItem("Ent", "Ryan Lucas Peterson", "RLP",  "http://www.dizzyentertainment.com/BIO.html");
	menu.addSubItem("Ent", "Magic Man Ryan Petertson", "Magic Man",  "http://www.dizzyentertainment.com/magicman.html");
	menu.addSubItem("Ent", "Lucky Lucas the Clown", "Lucky Lucas",  "http://www.dizzyentertainment.com/LuckyLucas.html");
	menu.addSubItem("Ent", "Other Entertainers", "Other Entertainers",  "http://www.dizzyentertainment.com/OtherEnt.html");	
	menu.addSubItem("Ent", "  ", "  ",  "null");

	menu.addSubItem("FAM", "Birthdays", "Birthdays",  "http://www.dizzyentertainment.com/Birthday.html");
	menu.addSubItem("FAM", "School Assemblies", "School Assemblies",  "http://www.dizzyentertainment.com/School.html");
	menu.addSubItem("FAM", "Fairs/Carnivals", "Fairs/ Carnivals",
  "http://www.dizzyentertainment.com/FairsCarnivals.html");
	menu.addSubItem("FAM", "Promotions/Grand Openings", "Promotions/Grand Openings",  "http://www.dizzyentertainment.com/Promos.html");
	menu.addSubItem("FAM", "Clubs", "Clubs",  "http://www.dizzyentertainment.com/clubs.html");
	menu.addSubItem("FAM", "Churches", "Churches",  "http://www.dizzyentertainment.com/Churches.html");
	menu.addSubItem("FAM", "Resorts", "Resorts",  "http://www.dizzyentertainment.com/Resorts.html");
	menu.addSubItem("FAM", "Company Picnics/Parties", "Company Picnics/Parties",  "http://www.dizzyentertainment.com/company.html");
	menu.addSubItem("FAM", "  ", "  ",  "null");

	menu.addSubItem("Adult", "Parties", "Parties",  "http://www.dizzyentertainment.com/Adult.html");
	menu.addSubItem("Adult", "Clubs/Committees", "Clubs/Committees",  "http://dizzyentertainment.com/Adult.html");
     	menu.addSubItem("Adult", "Trade Shows", "Trade Shows",  "http://dizzyentertainment.com/Promos.html");
	menu.addSubItem("Adult", "Promotions", "Promotions",  "http://dizzyentertainment.com/Promos.html");
	menu.addSubItem("Adult", "Weddings", "Weddings",  "http://dizzyentertainment.com/Weddings.html");	
	menu.addSubItem("Adult", "  ", "  ",  "null");


	menu.addSubItem("Services", "All Services", "All Services",  "http://www.dizzyentertainment.com/Services.html");
	menu.addSubItem("Services", "Rental Equipment", "Rental Equipment",  "http://www.dizzyentertainment.com/rentals.html");
	menu.addSubItem("Services", "  ", "  ",  "null");

	menu.addSubItem("miscid", "Pictures", "Pictures",  "http://www.dizzyentertainment.com/pictures.html");
	menu.addSubItem("miscid", "Video", "Video",  "http://www.dizzyentertainment.com/ryanpart1.rm");
	menu.addSubItem("miscid", "Learn Magic", "Learn Magic", "http://www.dizzyentertainment.com/LearnMagic.html");
	menu.addSubItem("miscid", "Magic Store", "Magic Store",  "http://www.dizzyentertainment.com/Store.html");
	menu.addSubItem("miscid", "Party Store", "Party Store",  "http://www.DizzyEntertainment.MakesParties.com");
	menu.addSubItem("miscid", "Card Meanings", "Card Meanings",  "http://www.dizzyentertainment.com/cardmeaning.html");
	menu.addSubItem("miscid", "Payment Center", "Payment Center",  "http://www.dizzyentertainment.com/Payment.html");
	menu.addSubItem("miscid", "Entertainer Registry", "Entertainer Registry",  "http://www.dizzyentertainment.com/fament.htm");
	menu.addSubItem("miscid", "Links", "Links",  "http://www.dizzyentertainment.com/links.html");
	menu.addSubItem("miscid", "  ", "  ",  "null");	
	menu.showMenu();
}