<!-- 

function mmLoadMenus()

// check to see if array mm_menu_0700102005_0 exists then return else create new array mm_menu_0700102005_0 in this window with these attributes
// then provide the list of drop down items attached to mm_menu12
// then create a 2nd menu array (there can be more)

{

if (window.mm_menu_0700102005_0) return;
window.mm_menu_0700102005_0 = new Menu("root",106,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#666666","#CCCCCC","#C0C0C0","left","middle",2,0,500,-5,7,true,true,true,0,true,true);

mm_menu_0700102005_0.addMenuItem("The&nbsp;Company","location='ab_company.html'");
mm_menu_0700102005_0.addMenuItem("Our&nbsp;Philosophy","location='ab_philosophy.html'");
mm_menu_0700102005_0.addMenuItem("Pamela&nbsp;Bol&nbsp;Riess","location='ab_pbr.html'");
mm_menu_0700102005_0.addMenuItem("Recent&nbsp;Searches","location='ab_searches.html'");
mm_menu_0700102005_0.fontWeight="plain";
mm_menu_0700102005_0.hideOnMouseOut=true;
mm_menu_0700102005_0.bgColor='#990000';
mm_menu_0700102005_0.menuBorder=0;



window.mm_menu_0700102005_1 = new Menu("root",80,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#666666","#CCCCCC","#C0C0C0","left","middle",2,0,500,-5,7,true,true,true,0,true,true);

mm_menu_0700102005_1.addMenuItem("Select&nbsp;Clients","location='client_list.html'");
mm_menu_0700102005_1.addMenuItem("Testimonials","location='client_testimonials.html'");
mm_menu_0700102005_1.fontWeight="plain";
mm_menu_0700102005_1.hideOnMouseOut=true;
mm_menu_0700102005_1.bgColor='#990000';
mm_menu_0700102005_1.menuBorder=0;

mm_menu_0700102005_1.writeMenus();

} 

-->
