function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);
		menu = new Menu();
	menu.addItem("homeid", "Home", "D n A Heating Limited Home Page",  "index.htm", null);	
	menu.addItem("aboutid", "About Us", "About D n A Heating Limited", null, null);			
	menu.addItem("trainingid", "Servicing & Repairs", "Servicing & Repairs ",  null, null);
        menu.addItem("appid", "Appliances", "Boilers Fires & Cookers",  null, null);	
	menu.addItem("instid", "Installations", "Installations",  null, null);
        menu.addItem("internetid", "Call Out Services", "Call Out Services",  null, null);
        menu.addItem("techid", "Technical Support", "Technical Support and Onsite Maintanence",  null, null);
        			
		
	menu.addItem("healthid", "Health & Safety", "Health & Safety",  null, null);

        menu.addSubItem("aboutid", "About Us","About AGS Technology Ltd",  "about.htm");
        menu.addSubItem("aboutid", "Customers","Customers We Have Served",  "customers.htm");

        menu.addSubItem("trainingid", "Contact", "Our Telephone Numbers",  "contact.htm");	
	
	menu.addSubItem("internetid", "Contact", "Our Telephone Numbers", "contact.htm");
 
        menu.addSubItem("appid", "Boilers", "Gas Condensing Boilers",  "boilers1.htm");
	menu.addSubItem("appid", "Cookers", "Top Brand Cookers",  "cookers1.htm");
        menu.addSubItem("appid", "Fires", "Large Selection of Gas & Electric Fires",  "fires.htm");
	menu.addSubItem("appid", "Shower Enclosures", "Large Selection of Shower Enclosures",  "showers1.htm");
	
	menu.addSubItem("instid", "Access Ramps & Decking", "Disabled Access Ramps and Decking",  "accessramps1.htm");
        menu.addSubItem("instid", "Disabled Showers", "Disabled Shower Instalations",  "disshowers1.htm");
        menu.addSubItem("instid", "Central Heating", "Heating Instalations",  "boilers1.htm");
	menu.addSubItem("instid", "Fires", "Fires & Surrounds",  "fires.htm");
	menu.addSubItem("instid", "Cookers", "Gas Cookers & Hobs",  "cookers1.htm");
	menu.addSubItem("instid", "New Age Heating", "Under Floor Heating & Solar Panels",  "newage1.htm");
			
		
	   		
	menu.addSubItem("techid", "Contact","Our Telephone Numbers",  "contact.htm");

        menu.addSubItem("healthid", "Health & Safety Contact","Health & Safety Policy",  "health.htm");
        menu.addSubItem("healthid", "Accreditations ","Our Health & Safety Accreditations",  "health safety accred 1.htm");

        menu.showMenu();
}
