
function mmLoadMenus() 
	{


<!-- Menu Defs -->

window.topRootMenu1= new Menu("root1",200,19,"Verdana, Arial, Helvetica, sans-serif",11,"#37579F","#ffffff","#eeeeee","#37579F","left","middle",3,0,500,0,0,true,true,true,0,false,false);

window.topRootMenu2= new Menu("root2",145,19,"Verdana, Arial, Helvetica, sans-serif",11,"#37579F","#ffffff","#eeeeee","#37579F","left","middle",3,0,500,0,0,true,true,true,0,false,false);

window.topRootMenu3= new Menu("root3",145,19,"Verdana, Arial, Helvetica, sans-serif",11,"#37579F","#ffffff","#eeeeee","#37579F","left","middle",3,0,500,0,0,true,true,true,0,false,false);

window.topRootMenu4= new Menu("root4",145,19,"Verdana, Arial, Helvetica, sans-serif",11,"#37579F","#ffffff","#eeeeee","#37579F","left","middle",3,0,500,0,0,true,true,true,0,false,false);


<!-- Menu For Cable Services -->
window.topRootMenu1.addMenuItem("10 Steps to Buying","location='buyers.php'");
window.topRootMenu1.addMenuItem("10 Realtor Questions","location='buyers.questions.php'");
window.topRootMenu1.addMenuItem("Low Downpayment Option","location='buyers.options.php'");
window.topRootMenu1.addMenuItem("Your New Mortgage","location='buyers.mortgage.php'");
window.topRootMenu1.addMenuItem("Title Company","location='buyers.title.php'");
window.topRootMenu1.addMenuItem("Home Warranty","location='buyers.warranty.php'");
window.topRootMenu1.addMenuItem("Free Buyers Report","location='buyers.report.php'");

<!-- Menu For Internet -->
window.topRootMenu2.addMenuItem("10 Steps to Selling","location='sellers.php'");
window.topRootMenu2.addMenuItem("10 Realtor Questions","location='sellers.questions.php'");
window.topRootMenu2.addMenuItem("Free Sellers Report","location='sellers.report.php'");

<!-- Menu For Business -->
window.topRootMenu3.addMenuItem("About Dawn","location='about.php'");
window.topRootMenu3.addMenuItem("Testimonials","location='about.testimonials.php'");

<!-- Menu For Phone -->
window.topRootMenu4.addMenuItem("blank","location='url");
window.topRootMenu4.addMenuItem("blank","location='url'");
window.topRootMenu4.addMenuItem("blank","location='url'");
window.topRootMenu4.addMenuItem("blank","location='url'");


topRootMenu1.fontWeight="bold";
topRootMenu1.hideOnMouseOut=true;
topRootMenu1.childMenuIcon="images/arrows.gif";
topRootMenu1.menuBorder=1;
topRootMenu1.menuLiteBgColor="#ffffff";
topRootMenu1.menuBorderBgColor="#555555";
topRootMenu1.bgColor="#003399";

topRootMenu2.fontWeight="bold";
topRootMenu2.hideOnMouseOut=true;
topRootMenu2.childMenuIcon="images/arrows.gif";
topRootMenu2.menuBorder=1;
topRootMenu2.menuLiteBgColor="#ffffff";
topRootMenu2.menuBorderBgColor="#555555";
topRootMenu2.bgColor="#003399";

topRootMenu3.fontWeight="bold";
topRootMenu3.hideOnMouseOut=true;
topRootMenu3.childMenuIcon="images/arrows.gif";
topRootMenu3.menuBorder=1;
topRootMenu3.menuLiteBgColor="#ffffff";
topRootMenu3.menuBorderBgColor="#555555";
topRootMenu3.bgColor="#003399";

topRootMenu4.fontWeight="bold";
topRootMenu4.hideOnMouseOut=true;
topRootMenu4.childMenuIcon="images/arrows.gif";
topRootMenu4.menuBorder=1;
topRootMenu4.menuLiteBgColor="#ffffff";
topRootMenu4.menuBorderBgColor="#555555";
topRootMenu4.bgColor="#003399";

window.topRootMenu1.writeMenus();
window.topRootMenu2.writeMenus();
window.topRootMenu3.writeMenus();
window.topRootMenu4.writeMenus();

}
