function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("More", "Healing Modalities that Claude Uses", "Healing Modalities that Claude Uses",  null, null);
	menu.addItem("Products", "Products You Can Count On", "Products You can Count On",  null, null);
	menu.addItem("Opportunities", "Other Important Sites", "Other Imnportant Sites",  null, null);
	menu.addItem("HowToAdvertise", "Affiliates", "Affiliates",  null, null);
	menu.addItem("Workshops", "Education", "Education",  null, null);
	menu.addItem("Videos", "Video", "Video",  null, null);
	menu.addItem("Softwares", "Software", "Software",  null, null);
	menu.addItem("Contact", "Contact Us", "Contact Us",  null, null);
	
	menu.addSubItem("More", "Ruby Holistic Healing", "Ruby Holistic Healing",  "http://www.rubyholistichealing.com");
	menu.addSubItem("More", "Price list and workshop dates", "Price list and workshop dates",  "http://www.reikiwinnipeg.com/PricesEnglish.html");
	menu.addSubItem("More", "Reiki", "Reiki",  "http://www.reikiwinnipeg.com");
	menu.addSubItem("More", "BodyTalk System", "BodyTalk System",  "http://www.bodytalkmb.com");
	menu.addSubItem("More", "EFT Emotional Freedom Techniques", "EFT Emotional Freedom Techniques",  "http://www.eftwinnipeg.com");
	menu.addSubItem("More", "Poetry", "Poetry",  "http://www.caleopoetry.com");
	menu.addSubItem("More", "Numerology", "Numerology",  "http://www.rubyholistichealing.com/Numerology.html");
	menu.addSubItem("More", "Transmute Your Life", "Transmute Your Life",  "http://www.transmuteyourfuture.com");
	menu.addSubItem("More", "4 Meditation CDs created by Claude", "4 Meditation created CDs by Claude",  "http://viralurl.com/007Claude/Meditation-Spirit-Guide-Peace-Tranquility/");
	menu.addSubItem("More", "Meditation", "Meditation",  "http://www.rubyholistichealing.com/ANEWVOYAGE.html");
	menu.addSubItem("More", "Keep Your Home Healthy", "Keep Your Home Healthy",  "http://www.transmuteyourfuture.com/EcoQuest");
	menu.addSubItem("More", "Save Money on Your Laundry", "Save Money on Your Laundry",  "http://www.transmuteyourfuture.com/EcoQuest");

	menu.addSubItem("Products", "Saving $$$ on Your Laundry", "Saving $$$ on Your Laundry",  "http://transmuteyourfuture.com/EcoQuest");
	menu.addSubItem("Products", "PowerwoRx Your Home", "PowerwoRx Your Home",  "http://transmuteyourfuture.com/EcoQuest");
	menu.addSubItem("Products", "Your Home Air Germ-Free", "Your Home Air Germ-Free",  "http://transmuteyourfuture.com/EcoQuest");
	menu.addSubItem("Products", "Helping Your Living Water", "Helping Your Living Water",  "http://transmuteyourfuture.com/EcoQuest");
	
	menu.addSubItem("Opportunities", "Work From Home", "Work From Home",  "http://www.claude-leonard.com");
	menu.addSubItem("Opportunities", "Struggling in Your business?", "Struggling in Your Business?",  "http://www.claude-leonard.com");
	menu.addSubItem("Opportunities", "How to built leads with 0 dollars", "How to built leads with 0 dollars",  "http://MeClaude.buildingonabudget.com");	
	menu.addSubItem("Opportunities", "Home Base Business", "Home base Business",  "http://MeClaude.magneticsponsoringonline.com");	
	menu.addSubItem("Opportunities", "How To Sponsor 20 Reps", "How To Sponsor 20 Reps",  "http://MeClaude.blackbeltrecruiting.com");	
	menu.addSubItem("Opportunities", "A Place in The Sun", "Release Your Stress",  "http://www.english-lake-outfitting.com");	
	menu.addSubItem("Opportunities", "Fishing", "Release Your Stress",  "http://www.english-lake-outfitting.com");	
	menu.addSubItem("Opportunities", "Hunting", "Release Your Stress",  "http://www.english-lake-outfitting.com");	
	
	menu.addSubItem("HowToAdvertise", "ViralURL", "ViralURL",  "http://ViralURL.com/007Claude");
	menu.addSubItem("HowToAdvertise", "Use SubmitEaze to Advertise", "Use SubmitEaze to Advertise",  "http://www.submiteaze.com/affiliate-join-program.jsp?broker=897");
	menu.addSubItem("HowToAdvertise", "How to Email Your Clients", "How to Email Your Clients",  "http://www.aweber.com/?301394");
	menu.addSubItem("HowToAdvertise", "Increase Your Income by 2k per Month", "How to Increase Your Income by 2k per Month",  "http://www.claude-leonard.com");
		
	menu.addSubItem("Workshops", "Reiki", "Reiki",  "http://www.reikiwinnipeg.com");
	menu.addSubItem("Workshops", "BodyTalk", "BodyTalk",  "http://www.bodytalkmb.com");
	menu.addSubItem("Workshops", "Marketing", "Marketing",  "http://www.007goldmoney.com");
	menu.addSubItem("Workshops", "Drums", "Drums",  "http://www.spiriteddrum.com");
	
	menu.addSubItem("Videos", "Video", "Video",  "http://www.transmuteyourfuture.com/Video.html");
	menu.addSubItem("Videos", "About Your Host", "About Your Host",  "http://www.myspace.com/transmuteyourfuture");
	
	menu.addSubItem("Softwares", "ASaP Database", "Publish your database to the Web using ASaP",  "http://www.data-asap.com/frame.htm");
	menu.addSubItem("Softwares", "SPF100 Spam Protection", "SPF100 Spam Protection",  "http://www.spfactor.com");
	
	menu.addSubItem("Contact", "Bottom of the Page", "Go to the Bottom of the Page",  "#Bottom");
	menu.showMenu();
}