﻿
function showToolbar()
{
	menu = new Menu();
	menu.addItem("homeenglishid", "ENGLISH", "英文版首页",  "http://www.myhomevancouver.com", null);
	menu.addItem("homeid", "中文版首页", "中文版首页",  "default.aspx", null);
	menu.addItem("joinid", "注 册", "Become a member",  "join.aspx", null);
	menu.addItem("loginid", "发 布", "Post your vacancy ad or rental wanted ad",  "login.aspx", null);
	menu.addItem("wantid", "求租信息", "Rentals wanted listing",  "rentalwanted.aspx", null);
	menu.addItem("toolsid", "出租信息", "All vacancies listing",  "searchresult.aspx",null);	
	menu.addItem("searchid", "查 找", "Search vacancies",  "search.aspx", null);
	menu.addItem("propertyid", "房地产买卖", "Properties Sales",  "http://www.myhomevancouver.com/vancouver_real_estate_sale.aspx", null);
	
	
	menu.addItem("contactid", "联系我们", "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网上商店", "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 Vancouver ",  "propertysales.aspx", null);	
	

*/
	menu.showMenu();
}