tempMenu = new NavBarMenu(70, 140);
tempMenu.addItem(new NavBarMenuItem("Buyers","Buyers.asp"));
tempMenu.addItem(new NavBarMenuItem("<b><font color=#ff0000>AUTO EMAIL UPDATES</font>", "vip_buyer.asp"));
tempMenu.addItem(new NavBarMenuItem("Weekend Open Houses", "http://orebweb2.oreb.ca/openhouses/frm_openhouses.html"));
tempMenu.addItem(new NavBarMenuItem("Relocation (Schools, Health, Police)", "frames.asp?URL=http%3A%2F%2Fwww%2Efreeottawainfo%2Ecom%2Frelocationinfo%2Ehtml"));
tempMenu.addItem(new NavBarMenuItem("Moving Up?", "trade_up.asp"));
tempMenu.addItem(new NavBarMenuItem("Stop Paying Rent", "stop_renting.asp"));
tempMenu.addItem(new NavBarMenuItem("6 Buyer Mistakes", "buyer_mistakes.asp"));
tempMenu.addItem(new NavBarMenuItem("Danger! Buyer Traps", "buyertraps.asp"));
tempMenu.addItem(new NavBarMenuItem("Save Thousands", "savethousands.asp"));
myNavBar1.addMenu(tempMenu);

