function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("tibetanid", "TIBETAN WORLD", "TIBETAN WORLD",  null, null);
	menu.addItem("newsid", "AROUND THE WORLD", "NEWS",  null, null);
	menu.addItem("freedownloadid", "FOR COMPUTER FREAKS", "FREE DOWNLOADS",  null, null);
	menu.addItem("searchengineid", "SEARCH AND FIND", "SEARCH ENGINES",  null, null);
	menu.addItem("miscid", "MISCELLANEOUS", "MISCELLANEOUS",  null, null);

	menu.addSubItem("tibetanid", "Dharamsala : Place to visit", "Dharamsala guide", "http://www.tibetanworld.com/dasaguide.htm");
	menu.addSubItem("tibetanid", "Food for Mind:Books","Books",  "http://www.amazon.com/");
	menu.addSubItem("tibetanid", "Go Somwhere !!", "Travel",  "http://www.apollovoyages.com/");
	menu.addSubItem("tibetanid", "Your Stars Today !!", "Astrology",  "http://www.astrospeak.com/");
	menu.addSubItem("tibetanid", "Tibet in Photos !!", "Photo Gallery",  "http://y42.photos.yahoo.com/prbali" target="_blank");
	menu.addSubItem("tibetanid", "Free E-Mail Member Login", "Free E-Mail",  "http://tibetanworld.mail.everyone.net/email/scripts/loginuser.pl");
	menu.addSubItem("tibetanid", "Get Free E-Mail ID", "Photo Gallery",  "http://tibetanworld.mail.everyone.net/email/scripts/useragreement.pl");

	

	menu.addSubItem("newsid", "Whats up in the World", "Current News",  "http://news.123india.com/");
	menu.addSubItem("newsid", "Tibet is in NEWS", "Tibet Search",  "http://www.tibetsearch.com/");
	
	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
    menu.addSubItem("freedownloadid", "Jumbo", "Jumbo",  "http://www.jumbo.com/");
	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/");
    menu.addSubItem("freedownloadid", "WinFiles.com", "WinFiles.com",  "http://winfiles.com/");

	menu.addSubItem("searchengineid", "Did u Yahoo today", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Seek the Info", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite with Excite", "Excite", "http://www.excite.com/");
	menu.addSubItem("searchengineid", "Hot&Cold search ", "HotBot",  "http://www.hotbot.com/");

	menu.addSubItem("miscid", "Auction Your Domain", "Domain Auction",  "http://www.greatdomain.com");
    menu.addSubItem("miscid", "Make News Yourself", "Advertising  Services",  "http://www.tibetanworld.com/advertising.htm");

	
	menu.showMenu();
}
