
function showToolbar()
{
	menu = new Menu();
	menu.addItem("homeid", "HOME", "Home",  "default.aspx", null);
	menu.addItem("vacationid", "VACATION", "Vacation | Short Term Rentals in Cape Cod",  "vacation_short_term_rentals.aspx", null);
	menu.addItem("toolsid", "APARTMENT & HOUSE", "Apartment | Condominium | House Rentals in Cape Cod",  "apartment_house_rentals.aspx",null);	
	menu.addItem("realestateid", "REAL ESTATE", "Real Estate (Apartment | Condo | House | Townhouse) for Sale in Cape Cod",  "real_estate_sale.aspx", null);
	menu.addItem("roomid", "ROOM", "Room | Roommates | Shared Accommodation Rentals in Cape Cod",  "room_roommate_rentals.aspx", null);
	menu.addItem("joinid", "JOIN", "Become a member",  "join.aspx", null);
	menu.addItem("loginid", "POST", "Post your Rental or Sale ad",  "login.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 Cape Cod ",  "propertysales.aspx", null);	
	

*/
	menu.showMenu();
}