tempMenu = new NavBarMenu(70, 140);
tempMenu.addItem(new NavBarMenuItem("Home", "/"));
tempMenu.addItem(new NavBarMenuItem("Whatcom County Community Information", "localinfo.php"));
tempMenu.addItem(new NavBarMenuItem("Whatcom County Recreation", "recreation.php"));
tempMenu.addItem(new NavBarMenuItem("Relocation Information", "reloform.php"));
tempMenu.addItem(new NavBarMenuItem("Why Is This Info Free?", "whyfree.php"));
tempMenu.addItem(new NavBarMenuItem("Hiring an Agent", "agent_questions.php"));
tempMenu.addItem(new NavBarMenuItem("Ask an Expert", "askexpert.php"));
myNavBar1.addMenu(tempMenu);
