tempMenu = new NavBarMenu(70, 140);
tempMenu.addItem(new NavBarMenuItem("Affiliates", ""));
tempMenu.addItem(new NavBarMenuItem("<b><font color=#ff0000>Business Partners</font><b>", "pp_01.asp"));
tempMenu.addItem(new NavBarMenuItem("BLOG", "http://www.ianhassell.blogspot.com/"));
tempMenu.addItem(new NavBarMenuItem("Satellite Images", "http://www.maps.google.com"));
tempMenu.addItem(new NavBarMenuItem("Mortgage Rates (before possible discounts)", "http://www.tdcanadatrust.com/mortgages/numbers.jsp"));
tempMenu.addItem(new NavBarMenuItem("Home Decor Trends", "http://trendir.com/"));
tempMenu.addItem(new NavBarMenuItem("Buy/Sell Info", "http://www.orea.com/consumer"));
tempMenu.addItem(new NavBarMenuItem("Metric Conversions", "http://www.metric-conversions.org/area-conversion.htm"));
tempMenu.addItem(new NavBarMenuItem("Calculators", "http://www.calculator.com/"));
tempMenu.addItem(new NavBarMenuItem("Mortgage Qualification", "http://www.cmhc-schl.gc.ca/en/co/buho/buho_005.cfm"));
tempMenu.addItem(new NavBarMenuItem("Payment Schedule for Loan", "http://oreb.mlxchange.com/Pages/REFF/index.asp?src=Body_Calculator.asp"));
tempMenu.addItem(new NavBarMenuItem("Mortgage Calculator", "http://orebweb2.oreb.ca/calc/frm_calc_mortgage.html"));
tempMenu.addItem(new NavBarMenuItem("Closing Costs", "http://www.cmhc-schl.gc.ca/en/co/buho/hostst/hostst_003.cfm"));
tempMenu.addItem(new NavBarMenuItem("Land Tranfer Tax calculator", "http://orebweb2.oreb.ca/calc/frm_calc_landxfer.html"));
tempMenu.addItem(new NavBarMenuItem("Ottawa Property Tax Estimator", "http://ottawa.ca/city_services/proptaxes/EstimatorIntro_en.html"));
tempMenu.addItem(new NavBarMenuItem("Ottawa Zoning", "http://ottawa.ca/residents/bylaw/zoning/bylaw/full_bylaw/index_en.html"));
tempMenu.addItem(new NavBarMenuItem("Aerial Photos ", "http://www.canadianaerial.com"));
tempMenu.addItem(new NavBarMenuItem("More Air Photos", "http://www.globalairphotos.com/gallery/on/ottawa/downtown/2002/6"));
tempMenu.addItem(new NavBarMenuItem("Tax Deductible Mortgage", "http://smithman.net/"));
tempMenu.addItem(new NavBarMenuItem("City of Ottawa", "http://ottawa.ca/"));
tempMenu.addItem(new NavBarMenuItem("Glebe History", "http://www.theglebeonline.com/columns/ian/index.html"));
tempMenu.addItem(new NavBarMenuItem("Ottawa Weather Info", "http://www.theweathernetwork.com/weather/cities/can/pages/CAON0512.htm"));
myNavBar1.addMenu(tempMenu);
