tempMenu = new NavBarMenu(70, 140);
tempMenu.addItem(new NavBarMenuItem("Sellers","./sellers.html"));
tempMenu.addItem(new NavBarMenuItem("27 Seller Tips", "./27tips.html"));
tempMenu.addItem(new NavBarMenuItem("What\'s Your Home  Worth?", "./homeeval.html"));
tempMenu.addItem(new NavBarMenuItem("Sell For More!", "./sell_for_more.html"));
tempMenu.addItem(new NavBarMenuItem("I Buy Homes For Cash!", "./guarantee.html"));
tempMenu.addItem(new NavBarMenuItem("Pass Your Inspection", "./inspection.html"));
tempMenu.addItem(new NavBarMenuItem("Avoid These Mistakes", "./seller_mistakes.html"));
tempMenu.addItem(new NavBarMenuItem("Divorce and Your Home", "./seminar_divorce.html"));
tempMenu.addItem(new NavBarMenuItem("For Sale by Owner", "./silver_fsbo.html"));
tempMenu.addItem(new NavBarMenuItem("Your House Didn\'t Sell", "./seminar_expired.html"));
tempMenu.addItem(new NavBarMenuItem("When Will It Sell?", "./gold_howlong.html"));
tempMenu.addItem(new NavBarMenuItem("Prices In Your Area", "./gold_findout.html"));
tempMenu.addItem(new NavBarMenuItem("Buy First or Sell First?", "./coaching_catch22.html"));
tempMenu.addItem(new NavBarMenuItem("Emptying the Nest?", "./coaching_emptynest.html"));
tempMenu.addItem(new NavBarMenuItem("Avoid Legal Mistakes", "./coaching_legal.html"));
tempMenu.addItem(new NavBarMenuItem("Getting the Best Price", "./coaching_negotiating.html"));
tempMenu.addItem(new NavBarMenuItem("Pricing Your Home", "./coaching_setprice.html"));
myNavBar1.addMenu(tempMenu);
