function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("indextashlumim", "מועדים ותשלומים", "",  null, MainLink + "tashlumim_moadim.asp?view=tashlumim");
	menu.addItem("indexkranot", "קרנות נאמנות", "",  null, MainLink + "indexkranot.htm");
	menu.addItem("indexbrsmsg", "הודעות בורסה", "",  "indexbrsmsg.htm", MainLink + "indexbrsmsg.htm");
	menu.addItem("indeximptoday", "מתפרצות מהיום", "", null, MainLink + "indeximptoday.htm");
	menu.addItem("indextoday", "דיווחי חברות", "", null, MainLink + "indextoday.htm");
	menu.addItem("indexetf", "מכשירים פיננסיים", "", null, MainLink + "indexInstrument.htm");
	menu.addItem("indextaskifim", "תשקיפים", "",  MainLink + "index.asp?view=search&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=300-310&company_group=3001", MainLink + "index.asp?view=search&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=300-310&company_group=3001");

	menu.addSubItem("indextoday", "דיווחי חברות", "",  MainLink + "indextoday.htm");
	menu.addSubItem("indextoday", Dt_yesterday + "-דיווחים", "",  MainLink + "index.asp?view=yesterday");
	menu.addSubItem("indextoday", "דיווחי בעלי עניין", "",  MainLink + "indexbaalinyan.htm");
	menu.addSubItem("indextoday", "ריכוז תנועות ב\"ע", "", MainLink + "indexbrsmsg.asp?view=search_b&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=0-21");
	menu.addSubItem("indextoday", "דוחות כספיים", "",  MainLink + "indexmonrep.htm");
	menu.addSubItem("indextoday", "דוחות כספיים להיום", "",  MainLink + "index.asp?view=search&sec_view=kaspi&company_group=3000&arg_comp=&srh_anaf=-1&srh_event=100");
	
	menu.addSubItem("indeximptoday", "מתפרצות מהיום", "",  MainLink + "indeximptoday.htm");
	menu.addSubItem("indeximptoday", Dt_yesterday + "-מתפרצות", "",  MainLink + "index.asp?view=impyesterday");
		
	menu.addSubItem("indexetf", "כל המכשירים הפיננסיים", "", "indexInstrument.htm", MainLink + "indexInstrument.htm");
	menu.addSubItem("indexetf", "מוצרי מדדים", "", "indexetf.asp?view=search_e&group_first_level=5&company_group=2009&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=9999", MainLink + "indexetf.asp?view=search&group_first_level=5&company_group=2009&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=9999");
	menu.addSubItem("indexetf", "אגח מובנות", "", "indexetf.asp?view=search_e&group_first_level=5&company_group=2010&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=9999", MainLink + "indexetf.asp?view=search&group_first_level=5&company_group=2010&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_anaf=-1&srh_event=9999");
	menu.addSubItem("indexetf", "שווי הוגן", "", "indexetf.asp?view=search_e&sec_view=sovihogen&company_group=4000&arg_comp=&srh_anaf=-1&srh_event=1600-1204&is_urgent=0", MainLink + "indexetf.asp?view=search_e&sec_view=sovihogen&company_group=4000&arg_comp=&srh_anaf=-1&srh_event=1200-1204&is_urgent=0");
	
	menu.addSubItem("indextashlumim", "מועדים ותשלומים", "", "tashlumim_moadim.asp?view=tashlumim", MainLink + "tashlumim_moadim.asp?view=tashlumim");
	menu.addSubItem("indextashlumim", "תשלומים", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=Tashlumim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=&company_group=3000", MainLink + "tashlumim_moadim.asp?view=tashlumim&SecendaryView=Tashlumim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=&company_group=3000");
	menu.addSubItem("indextashlumim", "ימי מסחר", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=2&company_group=3000", MainLink + "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=2&company_group=3000");
	menu.addSubItem("indextashlumim", "מועדי אסיפות", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=3&company_group=3000", MainLink + "view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=3&company_group=3000");
	menu.addSubItem("indextashlumim", "מועד קיבול הצעת רכש", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=4&company_group=3000", MainLink + "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=4&company_group=3000");
	menu.addSubItem("indextashlumim", "מועד פרסום דוחות כספיים", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=5&company_group=3000", MainLink + "tashlumim_moadim.asp?view=tashlumim&SecendaryView=TashlumimMoadim&sugim=&sort=3&desc1=asc&desc2=asc&desc3=asc&CompanyNm=&CompanyCd=&MainGroupCd=5&company_group=3000");
	menu.addSubItem("indextashlumim", "תשלומי בנק ישראל", "", "tashlumim_moadim.asp?view=tashlumim&SecendaryView=Tashlumim&company_group=2006", MainLink + "tashlumim_moadim.asp?view=tashlumim&SecendaryView=Tashlumim&company_group=2006");
	menu.addSubItem("indextashlumim", "Corporate Actions", "", "/bursaEng/tashlumim_moadim.asp?view=tashlumim", MainLinkEng + "tashlumim_moadim.asp?view=tashlumim");

	menu.addSubItem("indexkranot", "קרנות לפי שם", "", "indexkranot.htm", MainLink + "indexkranot.htm");
	menu.addSubItem("indexkranot", "קרנות לפי מנהל", "", "indexkrnmsg.asp?view=search_k&kranot_group=allManager&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=", MainLink + "indexkrnmsg.asp?view=search_k&kranot_group=allManager&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=");
	menu.addSubItem("indexkranot", "קרנות לפי נאמן", "", "indexkrnmsg.asp?view=search_k&kranot_group=allTrustee&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=", MainLink + "indexkrnmsg.asp?view=search_k&kranot_group=allTrustee&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=");
	menu.addSubItem("indexkranot", "קרנות לפי סיווג", "", "indexkrnmsg.asp?view=search_k&kranot_group=allSivug&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=", MainLink + "indexkrnmsg.asp?view=search_k&kranot_group=allSivug&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=");
	menu.addSubItem("indexkranot", "קרנות לפי מספר", "", "indexkrnmsg.asp?view=search_k&kranot_group=allFundNbr&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=", MainLink + "indexkrnmsg.asp?view=search_k&kranot_group=allFundNbr&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=");
	menu.addSubItem("indexkranot", "נתוני קרנות", "", "fundList.asp?srh_sivug=1", MainLink + "fundList.asp?srh_sivug=1");
	menu.addSubItem("indexkranot", "קרנות מחוקות", "", "indexkrnmsg.asp?view=search_k&kranot_group=allFundDeleted&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=", MainLink + "indexkrnmsg.asp?view=search_k&kranot_group=allFundDeleted&arg_comp=&srh_from=" + Dt_srh_from + "&srh_until=" + Dt_srh_until + "&srh_event=-1&srh_comp_cd=-1&include_fund=");
	menu.addSubItem("indexkranot", "אופן הצבעה באסיפה", "", "indexkrnmsg.asp?view=search_k&sec_view=meetingvote&kranot_group=allFund&arg_comp=&srh_event=5900-5301&srh_comp_cd=&srh_sivug=-1&include_fund=&customer_fund=", MainLink + "indexkrnmsg.asp?view=search_k&sec_view=meetingvote&kranot_group=allFund&arg_comp=&srh_event=5900-5301&srh_comp_cd=&srh_sivug=-1&include_fund=&customer_fund=");
	menu.showMenu();
}
