<!--
function fwLoadMenus() {
	if (window.top_menu_0) return;
	
	window.top_menu_0 = new Menu("root",130,14,"Verdana",11,"#000000","#000000","#FAF79C","#FAF8C8");
	top_menu_0.addMenuItem("Company History","location='/about/company/'");
	top_menu_0.addMenuItem("Awards","location='/about/awards/'");
	top_menu_0.addMenuItem("Community Involvement","location='/about/community/'");
	top_menu_0.addMenuItem("Networking","location='/about/networks/'");
	top_menu_0.hideOnMouseOut=true;

	window.top_menu_1 = new Menu("root",175,14,"Verdana",11,"#000000","#000000","#FAF79C","#FAF8C8");
	top_menu_1.addMenuItem("Private Consulting","location='/consulting/individuals/'");
	top_menu_1.addMenuItem("Financial Planning","location='/consulting/financial/'");
	top_menu_1.addMenuItem("Small Business Owners","location='/consulting/smallbusiness/'");
	top_menu_1.addMenuItem("Entrepreneurs/ Startups","location='/consulting/entrepreneur/'");
	top_menu_1.addMenuItem("Mid-Size Business Owners","location='/consulting/business/'");
	top_menu_1.hideOnMouseOut=true;
	
	window.top_menu_2 = new Menu("root", 160,14,"Verdana",11,"#000000","#000000","#FAF79C","#FAF8C8");
	top_menu_2.addMenuItem("Accounting Services","location='/services/accounting/'");
	top_menu_2.addMenuItem("Financial Services","location='/services/financial/'");
<!--	top_menu_2.addMenuItem("Auditing","location='/services/audit/'");
<!--	top_menu_2.addMenuItem("Mergers & Acquisitions","location='abra_users_group.asp'");-->
<!--	top_menu_2.addMenuItem("Strategy & Operations","location='roi.asp'");-->
<!--	top_menu_2.addMenuItem("Real Estate","location='free_HRIS_buy_in_kit.asp'");-->
	top_menu_2.addMenuItem("Tax Planning","location='/services/tax/'");
<!--	top_menu_2.addMenuItem("Insurance","location='ess_reports.asp'");-->
	top_menu_2.hideOnMouseOut=true;
	
<!--	window.top_menu_3 = new Menu("root", 166,14,"Verdana",11,"#000000","#000000","#FAF79C","#FAF8C8");
<!--	top_menu_3.addMenuItem("Financial Services","location=''");
<!--	top_menu_3.addMenuItem("Manufacturing","location=''");
<!--	top_menu_3.addMenuItem("Training","location=''");
<!--	top_menu_3.addMenuItem("Health Care","location=''");
<!--	top_menu_3.addMenuItem("Non-For Profit","location=''");
<!--	top_menu_3.addMenuItem("Government","location=''");
<!--	top_menu_3.addMenuItem("Technology, Media ","location=''");
<!--	top_menu_3.addMenuItem("Construction","location=''");
<!--	top_menu_3.addMenuItem("Hospitality & Restaurant Management","location=''");
<!--	top_menu_3.hideOnMouseOut=true;
	
	window.top_menu_3 = new Menu("root", 166,14,"Verdana",11,"#000000","#000000","#FAF79C","#FAF8C8");
	top_menu_3.addMenuItem("About Technology","location='/tech/about/'");
	top_menu_3.addMenuItem("Custom Quickbooks Integration","location='/tech/quickbooks/'");
	top_menu_3.addMenuItem("PeachTree Crystal Reports","location='/tech/peachtree/'");
	top_menu_3.addMenuItem("Corporate Intranet/ Extranets","location='/tech/intranets/'");
	top_menu_3.addMenuItem("Custom CRM's","location='/tech/crm/'");
	top_menu_3.addMenuItem("In-house MS Access Applications","location='/tech/access/'");
<!--	top_menu_3.addMenuItem("E-Commerce","location='best_support_links.asp'");
<!--	top_menu_3.addMenuItem("Website/ Web-Application Design","location='best_support_links.asp'");
	top_menu_3.hideOnMouseOut=true;

	top_menu_3.writeMenus();
} 

//-->