/* --- menu items --- */
var MENU_ITEMS10 = [
	['Home', 'index.html'],
	['Advisory', 'advisory.html'],
	['Accounting', 'accounting.html'],
	['Tax Service', 'tax_services.html'],
	['QuickBooks&reg;', 'quickbooks.html'],
	['QuickBooks&reg; Products', 'quickbooks_products.html', {'sh':40},
		['Product 1', 'http://quickbooks.intuit.com/product/accounting_software/premier_edition_financial_planning_tools.jhtml?priorityCode=3969702399&kbid=9106&img=quickbooks/Get-the-most...gold.gif&sub', {'tw':'_blank'}]
	],
	['Payroll Services', 'payroll.html', null,
		['Do-It-Yourself', 'payroll_do_self.html'],
		['Assisted Payroll', 'payroll_assist.html'],
		['Outsourcing', 'payroll_out.html']
	],
	['Meet the Office', 'meet_staff.html', null,
		['Wendy', 'meet_staff_wendy.html'],
		['Kim', 'meet_staff_kim.html'],
		['Dawn', 'meet_staff_dawn.html']
	],
	['Testimonials', 'testimonials.html'],
	['Press Releases', 'press_releases.html'],
	['Record Retention', 'record_retention.html'],
	['Articles', 'articles.html'],
	['Helpful Links', 'helpful_links.html'],
	['Directions', 'directions.html'],
	['Remote Support', 'https://qb.webex.com/qb/sc30/sc/scsession/presession.php',{'tw':'_blank'}]
];