function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

        menu = new Menu();
        menu.addItem("index", "首页", null,"../index.htm",null);
        menu.addItem("jtgk", "集团概况", null,"../jtgk/index.htm"null);
        menu.addItem("jywh", "企业文化", null, "../jywh/index.htm", null);
        menu.addItem("news", "新闻中心", null, "../news/default.asp", null);
        menu.addItem("dtyd", "党建园地", null, "../dtyd/dtyd.asp", null);
        menu.addItem("gjfw", "公交服务", null, "../gjfw/index.htm", null);
        menu.addItem("gjsh", "公交与生活", null, "../gjsh/index.htm", null);
		menu.addItem("ick", "公交IC卡", null, "../ick/index.htm", null);
        menu.addItem("nbcd", "内部菜单", null, "../nbcd/index.htm", null);
        menu.addItem("zddh", "站点导航", null, "../zddh/index.htm", null);

       


	   




        menu.showMenu();
}