//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("mindbodyid", "Mind and Body", "Mind and Body",  null, null);
	menu.addItem("webstonneid", "webstonne", "webstonne",  null, null);
        menu.addItem("occult", "LHP", "Know Thyself",  null, null);
	menu.addItem("transhuman", "Transhumanism", "The Course of Human Evolution",  null, null);
	menu.addItem("news", "News", "State National World",  null, null);
	
        menu.addSubItem("mindbodyid", "WBBB", "Master Kang H. Rhee",  "http://worldblackbeltbureau.com/home.html", "");
	menu.addSubItem("mindbodyid", "Tangsoodo", "Dan 31626",  "http://www.webstonne.com/tangsoodo.html", "");
	menu.addSubItem("mindbodyid", "JeetKunDo", "Training Information",  "http://www.webstonne.com/brucelee.html", "");
	
        menu.addSubItem("mindbodyid", "Yoga", "Excellent Information",  "http://www.webstonne.com/yoga.html", "");
	menu.addSubItem("mindbodyid", "Natural Therapies", "Holistic Health Topics",  "http://www.holistichealthtopics.com/HMG/default.html", "");
	
	 
	
	
	menu.addSubItem("webstonneid", "Main Portal", "Contact JP Stonne",  "http://www.webstonne.com/email.html", "");
	menu.addSubItem("webstonneid", "Time To Blog!", "Rantings of J. Perry Stonne",  "http://www.webstonne.com/blog.html", "");
    
	
	menu.addSubItem("webstonneid", "Profile", "Google Profile",  "http://www.google.com/profiles/PowershellStonne", "");
        menu.addSubItem("webstonneid", "Twitter", "A few words",  "http://www.twitter.com/webstonne", "");
        
        
        
         
         
          menu.addSubItem("occult", "Arcane Archive", "Occult Search Engine",  "http://www.webstonne.com/OccultBB.html", "");
          menu.addSubItem("occult", "Hermetics Resource Site ", "Motherload",  "http://www.hermetics.org/home.html", "");
	 menu.addSubItem("occult", "Order of Nine Angles", "ONA",  "http://www.webstonne.com/ONA.html", "");
	menu.addSubItem("occult", "The Denver Spiritual Community ", "Wide Selection",  "http://www.denverspiritualcommunity.org/", "");
	menu.addSubItem("occult", "Nortons Imperium", "Classic Collection",  "http://www.hermetic.com/browe-archive/index.htm", "");
	menu.addSubItem("occult", "Hermetic Library", "Classic Collection",  "http://www.hermetic.com/", "");
	menu.addSubItem("occult", "Theosophical", "University Press Online",  "http://www.theosociety.org/pasadena/tup-onl.htm", "");
	menu.addSubItem("occult", "Asyia's Shadows", "Superb Link to Hermetic Manuscripts", "http://asiya.org/directory.php/MagicalAthenaeum/2008/11", "")
	

		
		menu.addSubItem("transhuman", "Nick Bostrom", "Oxford University", "http://www.nickbostrom.com/", "");
	
	menu.addSubItem("transhuman", "Transtopia ", "The Best Site", "http://www.transtopia.org/index.html", "");
	 
	 menu.addSubItem("transhuman", "Better Humans", "Create The Future", "http://www.betterhumans.com/", "");
	 menu.addSubItem("transhuman", "Transalchemy", "Welcome to Transalchemy", "http://www.transalchemy.com/", "");
	
	
	menu.addSubItem("news", "Just Foreign Policy", "Foreign Policy News", "http://www.justforeignpolicy.org/newsroom/blog/", "");
	menu.addSubItem("news", "Global Reserach", "Global Research", "http://globalresearch.ca/", "");
	menu.addSubItem("news", "Unknown News", "Good Source", "http://www.unknownnews.org/", "");
	
	menu.addSubItem("news", "News Your State", "State and College Publications", "http://www.newslink.org/topstate.html", "");
	menu.addSubItem("news", "World Newspapers", "World News Index", "http://www.newspaperindex.com/", "");
	menu.addSubItem("news", "Information Clearing House", "Wide Scope of News Sources", "http://www.informationclearinghouse.info/index.html", "");
	menu.addSubItem("news", "Alter Net News", "A Needed Perspective", "http://www.alternet.org/", "");
	menu.addSubItem("news", "Financial Sense", "Asian World Perspective", "http://www.financialsense.com/asia/main.html", "");
	menu.addSubItem("news", "Focus on the Global South", "SE Asian World Perspective", "http://focusweb.org/", "");
	menu.showMenu();
	
	

	
}