<!-- 

function mmLoadMenus()

// check to see if array mm_menu_07000700_0 exists then return else create new array mm_menu_07000700_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_07000700_0) return;
window.mm_menu_07000700_0 = new Menu("root",175,16,"Verdana, Arial, Helvetica, sans-serif",10,"#973333","#973333","#CCFFCC","#FFFF99","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);

mm_menu_07000700_0.addMenuItem("Life&nbsp;Mastery&nbsp;Series","location='mastery.html'");
mm_menu_07000700_0.addMenuItem("Retirement&nbsp;Success&nbsp;Program","location='programs_rsp.html'");
mm_menu_07000700_0.fontWeight="bold";
mm_menu_07000700_0.hideOnMouseOut=true;
mm_menu_07000700_0.bgColor='#FFCC33';
mm_menu_07000700_0.menuBorder=1;
mm_menu_07000700_0.menuLiteBgColor='#CCCCCC';
mm_menu_07000700_0.menuBorderBgColor='#003399';

window.mm_menu_07000700_1 = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#973333","#973333","#CCFFCC","#FFFF99","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);

mm_menu_07000700_1.addMenuItem("Doug&nbsp;Leland&nbsp;Home&nbsp;Page","location='../index.htm'");
mm_menu_07000700_1.addMenuItem("Are&nbsp;You&nbsp;Ready&nbsp;To&nbsp;Retire?","location='../retire.html'");
mm_menu_07000700_1.fontWeight="bold";
mm_menu_07000700_1.hideOnMouseOut=true;
mm_menu_07000700_1.bgColor='#FFCC33';
mm_menu_07000700_1.menuBorder=1;
mm_menu_07000700_1.menuLiteBgColor='#CCCCCC';
mm_menu_07000700_1.menuBorderBgColor='#003399';

mm_menu_07000700_1.writeMenus();

} 

-->