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

	menu = new Menu();
	menu.addItem("infoid", "È¸»ç¼Ò°³", "", "/info/", "/info/");
	menu.addItem("hostingid", "À¥È£½ºÆÃ", "", "/hosting/", "/hosting/");
	menu.addItem("solutionid", "¼Ö·ç¼Ç°³¹ß", "", "/sorry.html", "/sorry.html");
	menu.addItem("supportid", "°í°´Áö¿ø", "", "/sorry.html", "/sorry.html");
	menu.addItem("shopid", "eShop", "", "/sorry.html", "/sorry.html");

	menu.addSubItem("infoid", "Áö¿¤µðÁöÅÐ °³¿ä", "",  "/info/intro.html");
	menu.addSubItem("infoid", "Áö¿¤µðÁöÅÐ ¿¬Çõ", "",  "/info/history.html");
	menu.addSubItem("infoid", "Áö¿¤µðÁöÅÐ »ç¾÷ºÐ¾ß", "",  "/info/field.html");
	menu.addSubItem("infoid", "Áö¿¤µðÁöÅÐ ¿À½Ã´Â±æ", "",  "/info/map.html");

	menu.addSubItem("hostingid", "À¥ È£½ºÆÃ", "", "/hosting/web.html",  "");
	menu.addSubItem("hostingid", "ec È£½ºÆÃ", "",  "/hosting/ec.html");
	menu.addSubItem("hostingid", "Á¾·ù¿Í °¡°Ý", "",  "/hosting/price.html");
	menu.addSubItem("hostingid", "È£½ºÆÃ ½ÅÃ»", "",  "/hosting/order.html");

	menu.addSubItem("solutionid", "À¥ µðÀÚÀÎ", "",  "/sorry.html");
    menu.addSubItem("solutionid", "ec ±â¹ÝÇÁ·Î±×·¡¹Ö", "",  "/sorry.html");
	menu.addSubItem("solutionid", "¸ÖÆ¼¹Ìµð¾î ÄÁÅÙÃ÷", "",  "/sorry.html");
    menu.addSubItem("solutionid", "¼­¹ö ¼Ö·ç¼Ç", "",  "/sorry.html");

	menu.addSubItem("supportid", "µµ¸ÞÀÎ°ü¸®", "",  "/sorry.html");
	menu.addSubItem("supportid", "¼­¹ö¿î¿µÁö¿ø", "", "/sorry.html");
	menu.addSubItem("supportid", "°í°´Áö¿ø FAQ", "",  "/sorry.html");

	menu.addSubItem("shopid", "Desktop", "",  "/sorry.html");
	menu.addSubItem("shopid", "Server", "",  "/sorry.html");
	menu.addSubItem("shopid", "Software", "",  "/sorry.html");
	menu.addSubItem("shopid", "etc", "",  "/sorry.html");

	menu.showMenu();
}
