function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("services", "Services", "Services",  null, null);
	menu.addItem("staff", "Our Staff", "Our Staff",  null, null);
	menu.addItem("icenter", "Information Center", "Information Center",  null, null);
	menu.addItem("links", "Links", "Links",  null, null);
	menu.addItem("contact", "Contact Us", "Contact Us",  null, null);
	menu.addItem("directions", "Directions", "Directions",  null, null);

	menu.addSubItem("services", "Litigation Support", "Litigation Support",  "/services/litigations/index.shtml");
	menu.addSubItem("services", "Expert Witness Services", "Expert Witness Services",  "/services/witnessservices/index.shtml");
	menu.addSubItem("services", "Audits, Reviews and Complications", "Audits, Reviews and Complications",  "/services/auditsreviews/index.shtml");
	menu.addSubItem("services", "Financial Statements", "Financial Statements",  "/services/financialstatements/index.shtml");
	menu.addSubItem("services", "Tax Planning & Preparation", "Tax Planning & Preparation",  "/services/taxplanning/index.shtml");
	menu.addSubItem("services", "Sales Tax Services", "Sales Tax Services",  "/services/salestax/index.shtml");
	menu.addSubItem("services", "Business Succession Planning", "Business Succession Planning",  "/services/successionplanning/index.shtml");
	menu.addSubItem("services", "Buying & Selling a Business", "Buying & Selling a Business",  "/services/bsbusiness/index.shtml");
	menu.addSubItem("services", "Business Consulting", "Business Consulting",  "/services/businessconsulting/index.shtml");
	menu.addSubItem("services", "Accounting Services", "Accounting Services",  "/services/accountingservices/index.shtml");
	menu.addSubItem("services", "Financial forecasts & projections", "Financial forecasts & projections",  "/services/financialforecasts/index.shtml");
	menu.addSubItem("services", "Tax Services", "Tax Services",  "/services/taxservices/index.shtml");
	menu.addSubItem("services", "IRS Representation", "IRS Representation",  "/services/irsrepresentation/index.shtml");
	menu.addSubItem("services", "Estate & Trust Tax Preparation", "Estate & Trust Tax Preparation",  "/services/estatetrusttaxprep/index.shtml");
	menu.addSubItem("services", "Accounting Software Selection & Implementation", "Accounting Software Selection & Implementation",  "/services/accountingsoftwareselect/index.shtml");
	menu.addSubItem("services", "Business Valuations", "Business Valuations",  "/services/businessvaluations/index.shtml");
	menu.addSubItem("services", "Pension & Profit Sharing Plans", "Pension & Profit Sharing Plans",  "/services/pensionprofitsharing/index.shtml");

	menu.addSubItem("staff", "Kathleen A. Kelley, CPA", "Kathleen A. Kelley, CPA",  "/staff/kathleenkelley.shtml");
	menu.addSubItem("staff", "Deborah K. Glick, CPA, MST", "Deborah K. Glick, CPA, MST",  "/staff/deborahglick.shtml");
	menu.addSubItem("staff", "Elizabeth M. Sharman, CPA", "Elizabeth M. Sharman, CPA",  "/staff/elizabethsharman.shtml");
	menu.addSubItem("staff", "Robert J. Kelley, CPA", "Robert J. Kelley, CPA",  "/staff/robertkelley.shtml");

	menu.addSubItem("icenter", "Information Center", "Information Center",  "/infocenter/index.shtml");
	menu.addSubItem("icenter", "Capital Losses", "Capital Losses",  "/infocenter/index.shtml#2");
	menu.addSubItem("icenter", "Save taxes by shifting income", "Save taxes by shifting income",  "/infocenter/index.shtml#3");
	menu.addSubItem("icenter", "Explore education tax incentives", "Explore education tax incentives",  "/infocenter/index.shtml#4");
	menu.addSubItem("icenter", "Tax-deferred retirement savings plan", "Tax-deferred retirement savings plan",  "/infocenter/index.shtml#5");
	menu.addSubItem("icenter", "Tradition/Roth IRA's and their benefits", "Tradition/Roth IRA's and their benefits",  "/infocenter/index.shtml#6");
	menu.addSubItem("icenter", "Make the most of deductions", "Make the most of deductions",  "/infocenter/index.shtml#7");
	menu.addSubItem("icenter", "Review business entity choices", "Review business entity choices",  "/infocenter/index.shtml#8");
	menu.addSubItem("icenter", "Minimize taxes on closely held corporations", "Minimize taxes on closely held corporations",  "/infocenter/index.shtml#9");
	menu.addSubItem("icenter", "Claim deductions and credits", "Claim deductions and credits",  "/infocenter/index.shtml#10");
	menu.addSubItem("icenter", "Self employed health insurance deductions", "Self employed health insurance deductions",  "/infocenter/index.shtml#11");
	menu.addSubItem("icenter", "Establish a retirement plan", "Establish a retirement plan",  "/infocenter/index.shtml#12");
	
	menu.addSubItem("links", "Internal Revenue Service", "Internal Revenue Service",  "http://www.IRS.gov");
	menu.addSubItem("links", "Search Google", "Search Google",  "http://www.google.com");
	

	menu.addSubItem("contact", "Contact Information", "Contact Information",  "/contact/index.shtml");
	menu.addSubItem("contact", "Send Comments VIA Online Form", "Send Comments VIA Online Form",  "/contact/comments.shtml");


	menu.addSubItem("directions", "Driving Directions", "Driving DirectionsCnet",  "/directions/index.shtml");


	menu.showMenu();
}
