/**
 * mm_menu 20MAR2002 Version 6.0
 * Andy Finnell, March 2002
 * Copyright (c) 2000-2002 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */

function mmLoadMenus() {
  if (window.mm_menu_1205202519_0) return;
  window.mm_menu_1205203151_0 = new Menu("root",150,18,"Tahoma, Arial, sans-serif",11,"#FFFFFF","#FFFFFF","#86000C","#CC0000","left","middle",4,0,500,-5,7,true,false,true,0,true,true);
  mm_menu_1205203151_0.addMenuItem("View&nbsp;All","window.open('services.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Bookkeeping","window.open('bookkeeping.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Accounting","window.open('accounting.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Tax&nbsp;Preparation","window.open('tax_preparation.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;QuickBooks&nbsp;ProAdvisor","window.open('quickbooks_proadvisor.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Business&nbsp;Licensing","window.open('entity_formation.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Entity Formation","window.open('entity_formation.html', '_top');");
  mm_menu_1205203151_0.addMenuItem("&nbsp;&nbsp;Notary&nbsp;Public","window.open('notary_public.html', '_top');");
   mm_menu_1205203151_0.fontWeight="bold";
   mm_menu_1205203151_0.hideOnMouseOut=true;
   mm_menu_1205203151_0.bgColor='#555555';
   mm_menu_1205203151_0.menuBorder=0;
   mm_menu_1205203151_0.menuLiteBgColor='#ffffff';
   mm_menu_1205203151_0.menuBorderBgColor='#555555';

mm_menu_1205203151_0.writeMenus();
}


