
function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("Aboutid", "About us", "About us",  null, null);
	menu.addItem("Historyid", "History ", "History ",  null, null);
	menu.addItem("Lawsid", "  Laws & Regulations ", "  Laws & Regulations ",  null, null);
	menu.addItem("Economicsid", "Economic activities ", "Economic activities ",null,null);
	menu.addItem("Servicesid", "Online services", "Online services",  null,null );
	menu.addItem("reportsid", "Reports & tables", "Reports & tables",null,null );
	menu.addItem("relatedid", "Related sites", "Related sites", "related.htm",null );
	
	menu.addSubItem("Aboutid", "Objectives & Duties", "Objectives & Duties",  "aboutusduc1.htm", "rbottom");
	//menu.addSubItem("Aboutid", "Basic Duties", "Basic Duties ",  "aboutusduc.htm", "rbottom");
	menu.addSubItem("Aboutid", "Organizational chart ", "Organizational chart ",  "aboutusduc2.htm", "rbottom");
	menu.addSubItem("Aboutid", "Revenue and expenditure ", "Revenue and expenditure ",  "aboutusduc3.htm", "rbottom");
	//menu.addSubItem("Aboutid", "Automation ", "Automation ",  "aboutusduc4.htm","rbottom");
	menu.addSubItem("Aboutid", "Status quo", "Status quo",  "aboutusduc5.htm", "rbottom");

	menu.addSubItem("Historyid", "Retirement history", "Retirement history",  "historyduc1.htm ", "rbottom");
	menu.addSubItem("Historyid", "Civil Servants Pension Fund", "Civil Servant Pension Fund ",  "historyduc2.htm", "rbottom");
	//menu.addSubItem("Historyid", "Municipalities Pension Funds", "Municipalities Pension Funds",  "historyduc3.htm", "rbottom");
	menu.addSubItem("Historyid", "Other Pension Funds", "Other Pension Funds",  "historyduc4.htm", "rbottom");

	
	menu.addSubItem("Lawsid", "Obtaining Retirement Pension", "Obtaining Retirement Pension",  "laws5.htm", "rbottom");
  	menu.addSubItem("Lawsid", "Obtaining survivors' Pension", "Obtaining survivors' Pension",  "laws3.htm", "rbottom");
	menu.addSubItem("Lawsid", "Amount of retirement pension", "Amount of retirement pension",  "laws1.htm", "rbottom");
	menu.addSubItem("Lawsid", "Legal tables ", "Legal tables",  "laws2.htm", "rbottom");

	menu.addSubItem("Economicsid", "Investments ", " Investments ",  "Economicsduc2.htm", "rbottom");
	menu.addSubItem("Economicsid", "In hand funds facilities ", "In hand funds facilities ", "Economicsduc4.htm", "rbottom");

	menu.addSubItem("Economicsid", "Civil Pension Fund Investment Company ", "Civil Pension Fund Investment Company",  "http://www.cpfic.com/", "_blank");	


	menu.addSubItem("Servicesid", "Receiving the last legal order", "Receiving the last legal order",  "services.asp", "rbottom");
	menu.addSubItem("Servicesid", "The non-resident retired", "The non-resident retired",  "http://www.cspf.ir/Id/Accept_english.htm", "rbottom");

	menu.addSubItem("reportsid", "Annual reports of 2008", "Annual reports of 2008",  "reports2008.htm", "rbottom");	
	menu.addSubItem("reportsid", "Annual reports of 2007", "Annual reports of 2007",  "reports2007.htm", "rbottom");	
	menu.addSubItem("reportsid", "Annual reports of 2006", "Annual reports of 2006",  "reports2006.htm", "rbottom");		
	menu.addSubItem("reportsid", "Annual reports of 2005", "Annual reports of 2005",  "reports2005.htm", "rbottom");
	menu.addSubItem("reportsid", "Annual reports of 2004", "Annual reports of 2004",  "reports2003.htm", "rbottom");
	menu.addSubItem("reportsid", "Annual reports of 2003", "Annual reports of 2003",  "reportsduc.htm", "rbottom");	

	//menu.addSubItem("Relatedid", "Management & Programming Organization", "Management & Programming Organization",  "http://www.mprog.ir/", "_blank");
	//menu.addSubItem("Relatedid", "Statistical Centre   ", "Statistical Centre    ",  "http://www.sci.or.ir/", "_blank");
	
		   
	menu.showMenu();
}
