function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "CLICK ON MENU ITEM BELOW",  null, null);
	menu.addItem("newsid", "Articles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "LOTS OF GARDENING INFORMATION - CLICK ON MENU ITEM BELOW",  null, null);
	menu.addItem("newsid2", "Articles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "LOTS OF GARDENING INFORMATION - CLICK ON MENU ITEM BELOW",  null, null);
	menu.addItem("mismap", "Site Map&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", " CLICK TO SEE THE LAYOUT OF THIS SITE",  "sitemap.htm", null);
	menu.addItem("months", "Monthly Tips", "MONTHLY GARDENING TIPS - CLICK ON MENU ITEM BELOW",  null, null);
	menu.addItem("miscid", "Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "CLICK TO SEARCH THIS SITE",  "searchsite.htm", null);
	menu.addItem("oddjob", "Oddjobbery&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "HANDYMAN PAGES",  null, null);
	
	menu.addSubItem("webmasterid", "Home Page", "GARDENING SERVICES FOR COUNTY DOWN, NORTHERN IRELAND",  "index.htm");
	menu.addSubItem("webmasterid", "About DGS", "ABOUT DOWN GARDEN SERVICES",  "about.htm");
	menu.addSubItem("webmasterid", "Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "LINKS TO OTHER GARDEN RELATED SITES",  "links.htm");
	
	menu.addSubItem("webmasterid", "My Garden", "PICTURES AND DESCRIPTIONS OF THE DEVELOPMENTS IN MY GARDEN",  "mygarden.htm");
	menu.addSubItem("webmasterid", "Plant of the moment", "THE PLANT GIVING A GOOD SHOW NOW",  "plant.htm");
	menu.addSubItem("webmasterid", "Contact Down Garden Services", "CLICK TO GO TO CONTACT DETAILS",  "index.htm#contact");

	menu.addSubItem("newsid", "Weed  Identification", "PICTURES, DESCRIPTIONS AND TREATMENTS OF COMMON GARDEN WEEDS",  "weeds.htm");
	menu.addSubItem("newsid", "Weedkillers&nbsp;&nbsp;&nbsp;&nbsp;", "SOME COMMON WEEDKILLERS",  "weedkill.htm");
	menu.addSubItem("newsid", "Banned Pesticides", "EU DIRECTIVES BANNING SOME PESTICIDES AND PRESERVATIVES",  "eudirective.htm");
	menu.addSubItem("newsid", "Pests and Garden Creatures", "PICTURES AND DESCRIPTIONS OF SOME GARDEN CREATURES",  "insects.htm");
    menu.addSubItem("newsid", "Alien Species", "RECENT INTERLOPERS TO OUR SHORES",  "aliens.htm");
	menu.addSubItem("newsid", "Diseases&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "DESCRIPTIONS AND TREATMENTS OF COMMON PLANT DISEASES",  "disease.htm");
    menu.addSubItem("newsid", "Grass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "HINTS ON MAKING AND CARING FOR A LAWN",  "grass.htm");
	menu.addSubItem("newsid", "Biodynamic Gardening", "A SPECIAL WAY OF CARING FOR THE SOIL AND PLANTS",  "biodynamics.htm");
	menu.addSubItem("newsid", "Permaculture Gardening", "CREATING A FOREST GARDEN TO PROVIDE FOOD AND HELP THE PLANET",  "permaculture.htm");
	menu.addSubItem("newsid", "Soil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "THE FORMATION AND STRUCTURE OF GARDEN SOIL",  "soil.htm");
	menu.addSubItem("newsid", "Light&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "THE IMPORTANCE OF LIGHT TO PLANTS",  "light.htm");
	menu.addSubItem("newsid", "Water &nbsp;&nbsp;&nbsp;", "THE IMPORTANCE OF WATER TO PLANTS",  "water.htm");
	menu.addSubItem("newsid", "Plant nutrition", "PLANT NUTRITION AND HEALTH",  "fertilizer.htm");
	menu.addSubItem("newsid", "Compost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "HINTS ON MAKING GARDEN COMPOST",  "compost.htm");
	menu.addSubItem("newsid", "Pruning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "A GUIDE TO PRUNING",  "pruning.htm");
	menu.addSubItem("newsid", "Mycorrhizal Fungi *NEW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "BENEFICIAL ROOT FUNGI",  "mycorrhiza.htm");
	menu.addSubItem("newsid", "Wild Gardening", "GROWING PLANTS IN A NATURAL SETTING",  "wildgarden.htm");
    menu.addSubItem("newsid", "Growing Vegetables", "PREPARING A VEGETABLE PLOT",  "vegetableplot.htm");
    menu.addSubItem("newsid", "Genetic Modification", "GENETICALLY MODIFIED ORGANISMS",  "gm.htm");
    menu.addSubItem("newsid", "Garden Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "PICTURES AND TIPS ON GARDEN TOOLS",  "tools.htm");
	
	menu.addSubItem("newsid2", "Herbs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "HINTS ON PREPARING MEDICINAL HERBS",  "herbs.htm");
	menu.addSubItem("newsid2", "Juicing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "PREPARING JUICES AND SOME RECIPIES",  "juicing.htm");
	menu.addSubItem("newsid2", "Antioxidants", "ANTIOXIDANTS AND THEIR EFFECTS",  "antiox.htm");
	menu.addSubItem("newsid2", "Food for Free", "FORAGING FOR FOOD IN THE WILD",  "freefood.htm");
	menu.addSubItem("newsid2", "Superfoods", "A LIST OF SOME OF THE SUPERFOODS AND THEIR PROPERTIES",  "superfoods.htm");
	menu.addSubItem("newsid2", "Allergies &amp; Pollen", "PROBLEMS WITH POLLEN AND ALLERGIES",  "pollen.htm");
	menu.addSubItem("newsid2", "Biological Control", "BIOLOGICAL CONTROL OF GARDEN PESTS",  "biocontrol.htm");
    menu.addSubItem("newsid2", "Companion Planting", "USING COMPANION PLANTS",  "companion.htm");
	menu.addSubItem("newsid2", "Plant Names&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "BOTANICAL NOMENCLATURE",  "naming.htm");
	menu.addSubItem("newsid2", "Climate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "CLIMATE AND THE GARDEN",  "climate.htm");
	menu.addSubItem("newsid2", "Container Gardening", "GARDENING WITH CONTAINERS",  "container.htm");
	menu.addSubItem("newsid2", "Weather Folklore", "SOME POPULAR SAYINGS ON THE WEATHER",  "folklore.htm");
	menu.addSubItem("newsid2", "Home-made treatments", "RECIPIES FOR HOME-MADE TREATMENTS",  "recipes.htm");
    menu.addSubItem("newsid2", "Conversion factors", "USEFUL FACTORS FOR CONVERTING MEASUREMENT",  "convert.htm");
	menu.addSubItem("newsid2", "Gardening Quotes", "SOME QUOTES ON GARDENING",  "quotes.htm");
	
	menu.addSubItem("months", "January&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING JANUARY",  "january.htm");
	menu.addSubItem("months", "February&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING FEBRUARY",  "february.htm");
	menu.addSubItem("months", "March&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING MARCH",  "march.htm");
	menu.addSubItem("months", "April&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING APRIL",  "april.htm");
	menu.addSubItem("months", "May&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING MAY",  "may.htm");
	menu.addSubItem("months", "June&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING JUNE",  "june.htm");
	menu.addSubItem("months", "July&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING JULY",  "july.htm");
	menu.addSubItem("months", "August&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING AUGUST",  "august.htm");
	menu.addSubItem("months", "September&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING SEPTEMBER",  "september.htm");
	menu.addSubItem("months", "October&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING OCTOBER",  "october.htm");
	menu.addSubItem("months", "November&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING NOVEMBER",  "november.htm");
	menu.addSubItem("months", "December&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SOME JOBS TO BE GETTING ON WITH DURING DECEMBER",  "december.htm");
		
	menu.addSubItem("oddjob", "Oddjobbery&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "HANDYMAN PAGE", "oddjobbery.htm");
	menu.addSubItem("oddjob", "DIY Hints and Tips", "USEFUL HINTS WHEN CLEANING AND DECORATING", "hints.htm");
	menu.addSubItem("oddjob", "Conversion factors", "USEFUL FACTORS FOR CONVERTING MEASUREMENT",  "convert.htm");
	menu.addSubItem("miscid", "Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "SEARCH on HOME PAGE", "index.htm#search");
		
	menu.showMenu();
}