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

	menu = new Menu();
	menu.addItem("webmasterid", "sannennetro web sites", "sannennetro web sites",null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);                                    	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("webmasterid", "sannennetro tok2", "sannennetro tok2",  "http://www5.tok2.com/home/sannennetaro/index.html");
	menu.addSubItem("webmasterid", "environ", "environ",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/environ/environ.cgi");
	menu.addSubItem("webmasterid", "qb-light", "qb-light",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/qb-lite/index.html");
	menu.addSubItem("webmasterid", "tms4u icq", "tms4u icq",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/icq/model1-2/icq1-2.html");
	menu.addSubItem("webmasterid", "tms4u custombbs", "tms4u custombbs",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/c-bbs/custombbs.cgi");
	menu.addSubItem("webmasterid", "diarybbs", "diarybbs",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/diarybbs/diarybbs.cgi");
	menu.addSubItem("webmasterid", "ansq", "ansq",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/ansq/pansq.cgi");
	menu.addSubItem("webmasterid", "chat", "chat",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/chatkana/chatkana.cgi");

 	menu.addSubItem("newsid", "netaro news", "netaro news",  "http://www5.tok2.com/home/sannennetaro/cgi-bin/news/news.cgi");
	menu.addSubItem("newsid", "CNN", "CNN",  "http://www.cnn.com");
	menu.addSubItem("newsid", "ABC News", "ABC News",  "http://www.abcnews.com");
	menu.addSubItem("newsid", "MSNBC", "MSNBC",  "http://www.msnbc.com");
	menu.addSubItem("newsid", "CBS news", "CBS News",  "http://www.cbsnews.com");
	menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com");
	menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.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", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");

	menu.addSubItem("miscid", "Hitbox.com", "Hitbox.com",  "http://www.hitbox.com/");
	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/");
	menu.addSubItem("miscid", "news", "news",  "http://www.tms4u.co.jp/~netaro/cgi-bin/news/news.cgi?pass=1808");
	menu.addSubItem("miscid", "report", "report",  "http://www.tms4u.co.jp/~netaro/cgi-bin/report/replist.cgi");
	menu.addSubItem("miscid", "gatex", "gatex",  "http://www.tms4u.co.jp/~netaro/gatex/gatex.cgi?mode=admin");

	menu.showMenu();
}