function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("homeid", "Hotel Management and Hotel Properties", "Hotel Management and Hotel Properties", null, null);
	menu.addItem("prop1id", "Leases, Land, Gas Stations, NNN, Office/Apartment Buildings, Mobil Home Parks", "Leases, Land, Gas Stations, NNN, Office/Apartment Buildings, Mobil Home Parks", null, null);
        menu.addItem("prop2id", "Joint Ventures/Notes/Bank Foreclosures", "Joint Ventures/Notes/Bank Foreclosures", null, null);

	menu.addSubItem("homeid", "Hotel Management Services", "Hotel Management Services",  "http://a1realty.biz/HM.html");
        menu.addSubItem("homeid", "Up to $5,000,000", "Up to $5,000,000",  "http://a1realty.biz/upto5.htm");
        menu.addSubItem("homeid", "5 - $10,000,000", "5 - $10,000,000",  "http://a1realty.biz/5to10.htm");
        menu.addSubItem("homeid", "10 - $20,000,000", "10 - $20,000,000",  "http://a1realty.biz/10to20.htm");
	menu.addSubItem("homeid", "Over $20,000,000", "Over $20,000,000",  "http://a1realty.biz/over20.htm");
	menu.addSubItem("homeid", "Hotel Real Estate", "Hotel Real Estate",  "http://a1realty.biz/hre.htm");
        menu.addSubItem("homeid", "Hotel Management Services", "Hotel Management Services",  "http://a1realty.biz/HM.html");
	menu.addSubItem("homeid", "", "",  "http://a1realty.biz/hre.htm");

	menu.addSubItem("prop1id", "Properties for lease", "Properties for lease",  "http://a1realty.biz/lease.htm");
	menu.addSubItem("prop1id", "Land (Acreage)Page-1", "Land (Acreage)Page-1",  "http://a1realty.biz/land.htm");
	menu.addSubItem("prop1id", "Land (Acreage)Page-2", "Land (Acreage)Page-2",  "http://a1realty.biz/land_p2.htm");
	menu.addSubItem("prop1id", "Land (Acreage)Page-3", "Land (Acreage)Page-3",  "http://a1realty.biz/land_p3.htm");
	menu.addSubItem("prop1id", "Land (Acreage)Page-4", "Land (Acreage)Page-4",  "http://a1realty.biz/land_p4.htm");
        menu.addSubItem("prop1id", "Gas Stations Page 1", "Gas Stations Page 1",  "http://a1realty.biz/GasSta.htm");
        menu.addSubItem("prop1id", "Long-term Triple Net", "Long-term Triple Net",  "http://a1realty.biz/LongTTN.htm");
        menu.addSubItem("prop1id", "High-end Development", "High-end Development",  "http://a1realty.biz/hedp.htm");
        menu.addSubItem("prop1id", "Residential Properties", "Residential Properties",  "http://a1realty.biz/rp.htm");
        menu.addSubItem("prop1id", "Residential Properties High-end", "Residential Properties High-end",  "http://a1realty.biz/herp.htm");
	menu.addSubItem("prop1id", "Office Buildings, Office Space, Miscellaneous Opportunities, Land, and other Properties", "Office Buildings, Office Space, Miscellaneous Opportunities, Land, and other Properties",  "http://a1realty.biz/business_Opp.htm");
        menu.addSubItem("prop1id", "Apartment Buildings", "Apartment Buildings",  "http://a1realty.biz/aprt.htm");
        menu.addSubItem("prop1id", "Mobil Home Parks", "Mobil Home Parks",  "http://a1realty.biz/mhp.htm");
        menu.addSubItem("prop1id", "", "",  "http://a1realty.biz/land.htm");

        menu.addSubItem("prop2id", "Bank Foreclosures Opportunities", "Bank Foreclosures Opportunities",  "http://a1realty.biz/bfo.htm");
        menu.addSubItem("prop2id", "Joint Venture listings", "Joint Venture listings",  "http://a1realty.biz/jvp.htm");
        menu.addSubItem("prop2id", "Notes For Sale listings", "Notes For Sale listings",  "http://a1realty.biz/NFS.htm");
	menu.addSubItem("prop2id", "Home Page", "Home Page",  "http://a1realty.biz/index.html");
	menu.addSubItem("prop2id", "Contacts", "Contacts",  "http://a1realty.biz/Contacts.htm");
	menu.addSubItem("prop2id", "E-mail", "E-mail",  "mailto:Chris@a1realty.biz");
	menu.addSubItem("prop2id", "", "",  "mailto:Chris@a1realty.biz");

    
	menu.showMenu();
}
