//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 Menu", "My Menu",  null, null);
	menu.addItem("membershipwebringid", "Membership & Webrings", "Membership & Webrings",  null, null);
	menu.addItem("otherid", "Other", "Other",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);

	menu.addSubItem("webmasterid", "My Family", "Under Construction",  "", "");
	menu.addSubItem("webmasterid", "Kayla", "My Grand Daughter",  "kayla.html", "");
	menu.addSubItem("webmasterid", "Maria", "My Oldest Sister",  "http://pauladesigns.ladydisciple.com/Maria.html", "");
        menu.addSubItem("webmasterid", "Graphics", "Under Construction",  "", "");
	menu.addSubItem("webmasterid", "GOD's Protection", "Silent Prayer",  "godsprotection.html", "");
	menu.addSubItem("webmasterid", "My Sister", "My Friend",  "mysistermyfriend.html", "");
        menu.addSubItem("webmasterid", "Women Of Courage", "By Kathy L Goings",  "womanofcourage.html", "");
	menu.addSubItem("webmasterid", "PHENOMENAL WOMAN", "By Soror Maya Angelou",  "phenomenalwoman.html", "");
        menu.addSubItem("webmasterid", "Brat Pack", "My Dedication to Brat Pack",  "http://ladyddesigns.ladydisciple.com/index.html", "");
	menu.addSubItem("webmasterid", "S.U.G.A.R", "My Dedication to SUGAR",  "http://paulasugarsister.ladydisciple.com/index.html", "");
        menu.addSubItem("webmasterid", "WOSIB", "My Dedication to WOSIB",  "http://ladypaula.ladydisciple.com/index.html", "");
        menu.addSubItem("webmasterid", "Garden Of Friendship", "My Dedication",  "http://gofdedication.ladydisciple.com/", "");
        menu.addSubItem("webmasterid", "Friends Without Faces", "My Dedication",  "http://fwfdedication.ladydisciple.com/index.html", "");
	menu.addSubItem("webmasterid", "MARYKAY", "Mary Kay Independent Beauty Consultant",  "http://www.marykay.com/proscoe/default.aspx", "");
	menu.addSubItem("webmasterid", "", "",  "", "");
	menu.addSubItem("webmasterid", "", "",  "", "");
        menu.addSubItem("webmasterid", "", "",  "", "");

	menu.addSubItem("membershipwebringid", "Brat Pack", "Brat Pack",  "http://brat-pack.net/", "_blank");
	menu.addSubItem("membershipwebringid", "Sugar Sisters", "Sugar Sisters",  "http://www.sugarsisters.org/", "_blank");
	menu.addSubItem("membershipwebringid", "Garden Of Friendship", "Garden Of Friendship",  "http://www.gardenoffriendship.org/", "_blank");
        menu.addSubItem("membershipwebringid", "Friends Without Faces", "Friends Without Faces",  "http://friendswithoutfaces.org/", "_blank");

	menu.addSubItem("otherid", "Red Rose Web Design", "Red Rose Web Design",  "http://www.redrosewebdesign.co.uk/", "_blank");
	menu.addSubItem("otherid", "Budding HTML Gurus", "Budding HTML Gurus",  "http://buddinghtmlgurus.com/", "_blank");
	menu.addSubItem("otherid", "Carolaine & Sensibility", "Carolaine & Sensibility",  "http://carolaineweb.org/4images/index.php", "_blank");

	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "_blank");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/", "_blank");
	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/", "_blank");

	menu.addSubItem("newsid", "CNN", "CNN",  "http://www.cnn.com", "_blank");
	menu.addSubItem("newsid", "ABC News", "ABC News",  "http://www.abcnews.com", "_blank");
	menu.addSubItem("newsid", "MSNBC", "MSNBC",  "http://www.msnbc.com", "");
	menu.addSubItem("newsid", "CBS news", "CBS News",  "http://www.cbsnews.com", "_blank");
	menu.addSubItem("newsid", "News.com", "News.com",  "http://news.com", "");
	menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com", "_blank");
	menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.com", "_blank");

	menu.showMenu();
}