//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("podcast", "Podcasts", "Give Your Eyes a Break",  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", "JeetKunDo", "Training Information",  "http://www.webstonne.com/brucelee.html", "");
	menu.addSubItem("mindbodyid", "Tangsoodo", "Links",  "http://www.webstonne.com/tangsoodo.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", "e-mail", "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", "MySpace", "Networking",  "http://www.myspace.com/webstonne", "");
        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("occult", "Controversial", "Incredible Collection of Rare Books",  "http://www.solargeneral.com/library/", "");
	

		
		menu.addSubItem("podcast", "Red Ice Radio", "We Present You Decide", "http://www.redicecreations.com/", "");
	
	 menu.addSubItem("podcast", "Occult of Personality ", "The Great Work Continues", "http://www.occultofpersonality.net/", "");
	 
	 
	 menu.addSubItem("podcast", "Expanding Mind", "Spirituality", "http://www.progressiveradionetwork.com/expanding-mind/", "");
	 
	 menu.addSubItem("podcast", "Gnostic Media", "Superb Guest Speakers", "http://gnosticmedia.podomatic.com/", "");
	 menu.addSubItem("podcast", "Oracle Broadcasting ", "Radio Shows", "http://www.oraclebroadcasting.com/broadcasters.php", "");
	 menu.addSubItem("podcast", "Future Primitive", "Social Awareness", "http://www.futureprimitive.org/interviews/?feed=podcast", "");
	 menu.addSubItem("podcast", "This Week in Tech", "Technology News", "http://twit.tv/twit", "");
	 menu.addSubItem("podcast", "Buzz Out Loud", "Technology Information", "http://www.cnet.com/buzz-out-loud-podcast/", "");
	 menu.addSubItem("podcast", "BusinessWeek", "Technology and You", "http://www.businessweek.com/search/podcasts/techmaven.rss", "");
	 menu.addSubItem("podcast", "The Jungle Apocalypse ", "Alternative Podcasting", "http://www.jungleapocalypse.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", "Kitco-Silver", "Spot Price", "http://www.nwtmint.com/", "");
	menu.addSubItem("news", "Iran News", "Pars Times", "http://www.parstimes.com/news/", "");
	
	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", "Kitco-Silver", "Spot Price", "http://www.nwtmint.com/", "");
	menu.addSubItem("news", "NWT", "Northwest Territorial Mint", "http://www.kitco.com/market/", "");
	
	
	

	
}
