
function showToolbar()
{
	menu = new Menu();
	menu.addItem("homeid", "HOME", "Home", "default.aspx", null);
	menu.addItem("joinid", "JOIN", "Become a member", "join.aspx", null);
	menu.addItem("loginid", "POST", "Post your rental ad or rental wanted ad", "login.aspx", null);
	menu.addItem("toolsid", "APARTMENT & HOUSE", "Apartment | Condominium | House Rentals in Kelowna", "apartment_house_rentals.aspx",null);	

	menu.addItem("realestateid", "REAL ESTATE", "Real Estate (Apartment | Condo | House | Townhouse) for Sale in Kelowna", "real_estate_sale.aspx", null);
	menu.addItem("roomid", "ROOM", "Room | Roommates | Shared Accommodation Rentals in Kelowna", "room_roommate_rentals.aspx", null);
	menu.addItem("vacationid", "VACATION", "Vacation | Short Term Rentals in Kelowna", "vacation_short_term_rentals.aspx", null);
	menu.addItem("contactid", "CONTACT US", "Questions ... Comments ... Suggestions? Let Us Know", "contactus.aspx", null);

/*	menu.addSubItem("toolsid", "MAP", "Get the direction", "", "");
	menu.addSubItem("toolsid", "Yahoo Mail", "Check your Yahoo Mail", "www.yahoo.com", "");
	menu.addSubItem("toolsid", "Hotmail", "Check your Hotmail", "www.msn.com/hotmail", "");
	menu.addItem("eBayid", "eBAY LISTINGS", "The real-time eBay listings - Laptop, Jewelry Watch, Digital Cameras, Book, Home and Garden, Clothing, Sports Goods", "ebaylistings.aspx",null);	
	menu.addItem("propertySalesid", "Property Sales", "Real Estate Sales in Greater Kelowna ", "propertysales.aspx", null);	
	

*/
	menu.showMenu();
}