//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", "My Style", "My Style",  null, null);
	menu.addItem("newsid", "EVENTS", "EVENTS",  null, null);
	menu.addItem("freedownloadid", "Take a look at my Flash Portfolios", "Take a look at my Flash Portfolios",  null, null);
	menu.addItem("searchengineid", "Weddings", "Weddings",  null, null);
	menu.addItem("miscid", "Friendly Places", "Friendly Places",  null, null);

	menu.addSubItem("webmasterid", "Business", "Business",  "http://www.1-800photos.com/Business.htm", "_parent");
	menu.addSubItem("webmasterid", "Children", "Children",  "http://www..com/", "_blank");
	menu.addSubItem("webmasterid", "Families", "Families",  "http://www..com/", "_blank");
	menu.addSubItem("webmasterid", "Holidays", "Holidays",  "http://www..com/", "_blank");
	menu.addSubItem("webmasterid", "Senoirs", "Seniors",  "http://www..com/", "_blank");
	menu.addSubItem("webmasterid", "Native American", "Native American",  "http://www..com/", "_blank");
	menu.addSubItem("webmasterid", "Commercial", "Commercial",  "http://www..com/", "_blank");
	
	menu.addSubItem("newsid", "Events", "Events",  "http://www.imagequix.com/accounts/E92879W", "_blank");
	menu.addSubItem("newsid", "Ceremonial", "Ceremonial",  "", "_blank");
	menu.addSubItem("newsid", "My Book", "My Book",  "http://www.blurb.com/bookstore/detail/39895", "_blank");
		
	menu.addSubItem("freedownloadid", "Galleries 4,5,6", "Galleries 4,5,6",  "http://www.darylcuster.com/gallery3/loading.swf", "_blank");
	menu.addSubItem("freedownloadid", "Galleries 1,2,3", "Galleries 1,2,3",  "http://www.darylcuster.com/loading.swf", "_blank");
	
	menu.addSubItem("searchengineid", "Weddings", "Weddings",  "http://www.2slap.com/add.htm", "_blank");
	
	menu.addSubItem("miscid", "Home Loan Information", "Home Loan Information",  "http://www.2loan123.com/", "_blank");
	menu.addSubItem("miscid", "Lee Marmon Gallery", "Lee Marmon Gallery",  "http://www.leemarmongallery.com/", "_blank");
	menu.addSubItem("miscid", "Photobiz.com Photography Business Site", "Photobiz.com Photography Business Site",  "http://www.photobiz.com", "_blank");
	menu.addSubItem("miscid", "NM Dept of Tourism", "NM Dept of Tourism",  "http://www.newmexico.org/event/loc/nativeamerica/page/DB-event/event/3041.html", "_blank");
	menu.addSubItem("miscid", "Professional Website templates", "Professional Website templates",  "http://store.templatemonster.com/?aff=dcuster", "_blank");
	menu.addSubItem("miscid", "Photo Links", "Photo Links",  "http://www.Photolinks.com/", "_blank");
	menu.addSubItem("miscid", "Freelance Designers", "Freelance Designers",  "http://www.Freelancedesigners.com/", "_blank");
	menu.addSubItem("miscid", "Marketing Tool.com", "Marketing Tool.com",  "http://www.marketingtool.com/channel/photo/b.465.g.5224.html", "_blank");
	menu.addSubItem("miscid", "World Web.com", "World Web.com",  "http://www.worldweb.com/", "_blank");
	menu.addSubItem("miscid", "Uscity.net Directory", "Uscity.net Directory",  "http://www.uscity.net/", "_blank");
	menu.showMenu();
	
	
	
}
