function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("infoid", "Home Grower's Information", "Home Grower's Information",  null, null);
	menu.addItem("varid", "Information for your Region", "Info for your Region",  null, null);
	menu.addItem("Specialid", "Seasonal Specials", "Seasonal Specials",  null, null);
	menu.addItem("catalogid", "On line Catalog", "On Line Catalog",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Activities & Information",  null, null);

	menu.addSubItem("infoid", "Raintree's Plant Owner's Guide", "Raintree's Plant Owner's Guide",  "guide/index.html");
    menu.addSubItem("infoid", "USDA Hardiness Zone", "USDA Hardiness Zone" , "map_usdaHardiness.html");
    menu.addSubItem("infoid", "Chill Hours Chart", "Chill Hours Chart" , "chill_hours.htm");
	menu.addSubItem("infoid", "Pollination Charts", "Pollination Charts" , "pollin_home.html");
	menu.addSubItem("infoid", "How to Grow and use Raintree's Edible Plants ", "Facts, Growing Info & How to use Raintree's Edible Plants " , "reference_idx.html");
	menu.addSubItem("infoid", "", "" , "");

	menu.addSubItem("varid", "East Coast Maritime Climate", "East Coast Maritime Climate",  "ref_regional_plants.html#EAST%20COAST");
	menu.addSubItem("varid", "Greater Great Lakes & Interior NE", "Greater Great Lakes & Interior NE",  "ref_regional_plants.html#GREATER%20GREAT%20LAKES");
	menu.addSubItem("varid", "Coldest Parts of North & Upper Midwest", "Coldest Parts of North & Upper Midwest",  "ref_regional_plants.html#COLDEST%20PARTS");
	menu.addSubItem("varid", "Plants for the South & Middle South", "Plants for the South & Middle South",  "ref_regional_plants.html#PLANTS%20FOR%20THE%20SOUTH");
	menu.addSubItem("varid", "Northern CA Grower's Guide", "Northern CA Grower's Guide",  "zonesDescrip_NorthCA.html");
	menu.addSubItem("varid", "Pacific NW Climate Zone Map", "Pacific NW Climate Zone Map",  "map_PNW.html");
	menu.addSubItem("varid", "North CA Climate Zone Map#1", "North CA Climate Zone Map#1",  "zonesDescrip_NorthCA.html");
	menu.addSubItem("varid", "#1 Oregon Border to Davis", "#1 Oregon Border to Davis",  "zonesDescrip_NorthCA.html");
	menu.addSubItem("varid", "North CA Climate Zone Map#2", "North CA Climate Zone Map#2",  "map_northCA2.html");
	menu.addSubItem("varid", "#2 Davis to Central CA", "#2 Davis to Central CA",  "map_northCA2.html");
	menu.addSubItem("varid", "", "",  "");

	menu.addSubItem("Specialid", "Fruit Tree - Sale Items", "Fruit Tree - Sale Items",  "catalog/producttype.cfm?producttype=Sale%20Items%2DFruit%20Trees");
    menu.addSubItem("Specialid", "Nuts & Bamboo - Sale Items", "Nuts & Bamboo - Sale Items",  "catalog/producttype.cfm?producttype=Sale%20Items%2DNuts%20%26%20Bamboo");
	menu.addSubItem("Specialid", "Ornamentals - Sale Items", "Ornamentals - Sale Items",  "catalog/producttype.cfm?producttype=Sale%20Items-Ornamentals");
	menu.addSubItem("Specialid", "Small Fruits & Berries - Sale Items", "Small Fruits & Berries - Sale Items",  "catalog/producttype.cfm?producttype=Sale%20Items%2DSmall%20Fruits%20%26%20Berries");
	menu.addSubItem("Specialid", "Buy a Bundle! Save a bundle!", "Wholesale Fruit Trees",  "catalog/producttype.cfm?producttype=Wholesale%20Fruit%20Trees");
	menu.addSubItem("Specialid", "Home Orchard & Berry Patch Specials", "Home Orchard & Berry Patch Specials",  "catalog/producttype.cfm?producttype=Home%20Orchard%20Pkg");
	menu.addSubItem("Specialid", "", "",  "");


	menu.addSubItem("catalogid", "Go to Complete Product Index", "Go to Complete Product Index",  "catalog/index.cfm");
	menu.addSubItem("catalogid", "Order by catalog Number", "Order by catalog Number",  "catalog/quickorder.cfm");
    menu.addSubItem("catalogid", "New Items", "New Items",  "catalog/producttype.cfm?producttype=New%20Items");
	menu.addSubItem("catalogid", "View Shopping cart", "View Shopping cart",  "catalog/viewcart.cfm");
    menu.addSubItem("catalogid", "Search Catalog", "Search Catalog",  "catalog/search.cfm");
	menu.addSubItem("catalogid", "", "",  "");

    menu.addSubItem("miscid", "Shipping Charges", "Shipping Charges",  "csc_shipping_cost.html");
	menu.addSubItem("miscid", "Customer Service", "Customer Service",  "csc_home.html");
	menu.addSubItem("miscid", "Request FREE printed catalog", "Request FREE printed catalog","CatalogRequest.cfm");
	menu.addSubItem("miscid", "Work Shop & Classes", "Work Shop & Classes",  "catalog/producttype.cfm?producttype=Workshops");
	menu.addSubItem("miscid", "Activities at Raintree Nursery", "Activities at Raintree Nursery",  "workshops.html");
	menu.addSubItem("miscid", "Have a Landscaper Visit You", "Have a Landscaper Visit You",  "consult.html");
    menu.addSubItem("miscid", "Join Our Newsletter", "Join Our Newsletter",  "email.htm");
    menu.addSubItem("miscid", "About Raintree", "About Raintree",  "about.html");
	menu.addSubItem("miscid", "", "",  "");

	menu.showMenu();
}