function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("homeid", "Home", "Home",  null, null);

	menu.addItem("bioid", "About the Journalist", "About the Journalist",  null, null);
	menu.addItem("articlesid", "Articles", "Articles",  null, null);

	menu.addItem("photographyid", "Photography", "Photography",  null, null);
	menu.addItem("psiid", "Debunking the Paranormal", "Debunking the Paranormal",  null, null);

	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addItem("searchid", "Search", "Search",  null, null);


	menu.addSubItem("homeid", "www.aaskolnick.com", "www.aaskolnick.com", " http://www.aaskolnick.com/index.htm");

	menu.addSubItem("bioid", "About Andrew Skolnick", "About Andrew Skolnick", " http://www.aaskolnick.com/information.htm");
	menu.addSubItem("bioid", "Resume", "Resume", " http://www.aaskolnick.com/resume.htm");
	menu.addSubItem("bioid", "Awards", "Awards",  " http://www.aaskolnick.com/awards.htm");
	menu.addSubItem("bioid", "Send Email", "Send Email",  " http://www.aaskolnick.com/information.htm#email");


	menu.addSubItem("articlesid", "Articles in <I>JAMA</I>", "Articles in <I>JAMA</I>", " http://www.aaskolnick.com/jama.htm");
	menu.addSubItem("articlesid", "Correctional Healthcare", "Correctional Healthcare", " http://www.aaskolnick.com/publications.htm#PD"); 
	menu.addSubItem("articlesid", "Maharishi Ayur-Veda Expose", "Maharishi Ayur-Veda Expose", " http://www.aaskolnick.com/mav.htm");
	menu.addSubItem("articlesid", "Smithsonian Hydra Article", "Smithsonian Hydra Article", " http://www.aaskolnick.com/hydra.htm");
	menu.addSubItem("articlesid", "Available on the Web", "Available on the Web", " http://www.aaskolnick.com/publications.htm");

	menu.addSubItem("articlesid", "The War on Drugs", "The War on Drugs", " http://www.aaskolnick.com/drugwar.htm"); 


	menu.addSubItem("photographyid", "Photographic Portfolio", "Photographic Portfolio",  " http://www.aaskolnick.com/portfolio.htm");

	menu.addSubItem("photographyid", "Science and Medicine", "Science and Medicine", " http://www.aaskolnick.com/science.htm");

	menu.addSubItem("photographyid", "Nature", "Nature", " http://www.aaskolnick.com/nature.htm");

	menu.addSubItem("photographyid", "Zoos", "Zoos", " http://www.aaskolnick.com/zoo.htm");

	menu.addSubItem("photographyid", "Snow Leopards", "Snow Leopards", " http://www.aaskolnick.com/snowleopard/snowleopards2.htm");

	menu.addSubItem("photographyid", "Bugs", "Bugs", " http://www.aaskolnick.com/insects.htm");

	menu.addSubItem("photographyid", "People", "People", " http://www.aaskolnick.com/people.htm");

	menu.addSubItem("photographyid", "Photojournalism", "Photojournalism", " http://www.aaskolnick.com/photojournalism.htm");

	menu.addSubItem("photographyid", "More Zoos", "More Zoos", " http://www.aaskolnick.com/morezoos.htm");

	menu.addSubItem("photographyid", "Museums", "Museums", " http://www.aaskolnick.com/museums.htm");

	menu.addSubItem("photographyid", "Miscellaneous", "Miscellaneous", " http://www.aaskolnick.com/misc.htm");


	menu.addSubItem("photographyid", "Footprint of a Twister", "Footprint of a Twister",  " http://www.aaskolnick.com/twister.htm");


	menu.addSubItem("photographyid", "AAAS/NASW 2000 Meeting", "AAAS/NASW 2000 Meeting", " http://nasw.org/users/ASkolnick/aaas/");

	menu.addSubItem("photographyid", "AAAS/NASW 2001 Meeting", "AAAS/NASW 2001 Meeting", " http://nasw.org/users/ASkolnick/aaas2001/");

	menu.addSubItem("photographyid", "Screen Savers", "Screen Savers", " http://www.aaskolnick.com/ss/");


	menu.addSubItem("psiid", "The Paranormal", "The Paranormal", " http://www.aaskolnick.com/paranormal.redirect.htm");
	menu.addSubItem("psiid", "A Concise History of Medicine", "A Concise History of Medicine", " http://www.aaskolnick.com/medhist.htm");


	menu.addSubItem("miscid", "Links Miscellanea", "Links Miscellanea",  " http://www.aaskolnick.com/weblinks.htm");
	menu.addSubItem("miscid", "Useful Humor", "Useful Humor",  " http://www.aaskolnick.com/weblinks.htm#usefulhumor");
	menu.addSubItem("miscid", "Unuseful Humor", "Unuseful Humor",  " http://www.aaskolnick.com/weblinks.htm#unusefulhumor");

	menu.addSubItem("miscid", "Journalism Links", "Journalism Links",  " http://www.aaskolnick.com/weblinks.htm");
	
	menu.addSubItem("miscid", "Science and Medical Links", "Science and Medical Links",  " http://www.aaskolnick.com/weblinks.htm#science");
	
	menu.addSubItem("miscid", "Photography Links", "Photography Links",  " http://www.aaskolnick.com/weblinks.htm#photography");

	menu.addSubItem("miscid", "Cults", "Cults",  " http://www.aaskolnick.com/weblinks.htm#cults");
	
	menu.addSubItem("miscid", "Human Rights", "Human Rights",  " http://www.aaskolnick.com/weblinks.htm#humanrights");

	menu.addSubItem("miscid", "Web Host", "Web Host",  " http://rpmwebservices.com/");



	menu.addSubItem("searchid", "The Web", "The Web",  " http://www.google.com/");
	menu.addSubItem("searchid", "This Site", "This Site",  " http://www.aaskolnick.com/index.htm#google");


	menu.showMenu();
}
