tempMenu = new NavBarMenu(70, 140);
tempMenu.addItem(new NavBarMenuItem("Home", "./index2.htm"));
tempMenu.addItem(new NavBarMenuItem("This Month\'s Newsletter", "ybf.php?url==http://design.realestateabc.org/mikefirst1/www/newsletter.shtml"));
tempMenu.addItem(new NavBarMenuItem("My Team", "./team.html"));
tempMenu.addItem(new NavBarMenuItem("Why Is This Info Free?", "./whyfree.html"));
tempMenu.addItem(new NavBarMenuItem("Hiring an Agent", "./agent_questions.html"));
tempMenu.addItem(new NavBarMenuItem("Avoid $13,100 Mistake", "./gold_testimonials.html"));
tempMenu.addItem(new NavBarMenuItem("Ask an Expert", "./gold_askexpert.html"));
myNavBar1.addMenu(tempMenu);

